We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc6954 commit 28bf430Copy full SHA for 28bf430
README.md
@@ -276,7 +276,9 @@ Here is a list of the filters officially provided:
276
277
##Debug
278
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});
+```
280
+$.nmInternal({debug: true});
281
282
283
By default, the debug function show function name in the console. If you want do something else, you should overwrite the _debug function like:
284
```
@@ -291,4 +293,5 @@ $.nmInternal({
291
293
292
294
##Help
295
You can find some useful tips on the [issues labeled with tips](https://github.com/nyroDev/nyroModal/issues?q=label%3Atips+)
296
+
297
If it's still not enought, be free to open an Issue on github.
0 commit comments