From 320c14b6d17a79ab0f075ecc7535ca558637bdb9 Mon Sep 17 00:00:00 2001 From: destruc7i0n Date: Tue, 12 Jan 2016 14:23:16 -0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ } ``` -- cgit 1.4.1