summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2016-01-12 14:23:16 -0500
committerColin D'Souza <dscdsouza@outlook.com>2016-01-12 21:15:04 -0500
commit320c14b6d17a79ab0f075ecc7535ca558637bdb9 (patch)
tree19bbab60d1bc27dd123b4e386881a293908eaf19 /README.md
parentUpdate README.md (diff)
downloadshulker-320c14b6d17a79ab0f075ecc7535ca558637bdb9.tar.gz
shulker-320c14b6d17a79ab0f075ecc7535ca558637bdb9.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21aed61..9a22c07 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ You can also easily Deploy to Heroku or Bluemix.
     "WEBHOOK": "/minecraft/hook", /* web hook, where to send the log to */
     "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <(.*)> (.*)", /* what to match for chat (best to leave as default) */
     "REGEX_IGNORED_CHAT": "packets too frequently", /* what to ignore, you can put any regex for swear words for example and it will */ be ignored
-    "DEBUG": false # dev debugging
+    "DEBUG": false /* dev debugging */
 }
 ```