summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2016-01-13 10:14:15 -0500
committerdestruc7i0n <destruc7i0n@users.noreply.github.com>2016-01-13 10:14:15 -0500
commit193e749bcf84505f05deaa31623a11fb67418520 (patch)
tree8887405d63178d229bf484f2e975aecb145cfa53
parentUpdate README.md (diff)
downloadshulker-193e749bcf84505f05deaa31623a11fb67418520.tar.gz
shulker-193e749bcf84505f05deaa31623a11fb67418520.zip
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 791f71f..7c61aeb 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ You can also easily Deploy to Heroku or Bluemix.
     "MINECRAFT_SERVER_RCON_PASSWORD": "<your password>", /* minecraft server rcon password */
     "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
+    "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 */
 }
 ```
@@ -62,6 +62,7 @@ $ npm test
 ## Upcoming
 * A "merge accounts" function to allow Minecraft players to associate their Discord accounts with their Minecraft accounts so that usernames are accurate
 * Ability to post messages to Discord on behalf of Discord users, rather than using a bot user (hopefully after the official API is released)
+* 
 
 ## Thanks
 * [hydrabolt](https://github.com/hydrabolt) for discord.js