Skip to content

Commit 28bf430

Browse files
committed
visual issue on readme
1 parent cdc6954 commit 28bf430

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ Here is a list of the filters officially provided:
276276

277277
##Debug
278278
In order to enable the debug mode, you should change the debug value of the internal object. You can do it like:
279-
$.nmInternal({debug: true});
279+
```
280+
$.nmInternal({debug: true});
281+
```
280282

281283
By default, the debug function show function name in the console. If you want do something else, you should overwrite the _debug function like:
282284
```
@@ -291,4 +293,5 @@ $.nmInternal({
291293

292294
##Help
293295
You can find some useful tips on the [issues labeled with tips](https://github.com/nyroDev/nyroModal/issues?q=label%3Atips+)
296+
294297
If it's still not enought, be free to open an Issue on github.

0 commit comments

Comments
 (0)