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 10:46:08 -0500
committerColin D'Souza <dscdsouza@outlook.com>2016-01-12 21:14:47 -0500
commit430218da9389dae57afca5fc5d2d8d6c0241c86f (patch)
tree2139955fa1b9d4959d9bdfe0357544da1d74d4ba /README.md
parentUpdate README.md (diff)
downloadshulker-430218da9389dae57afca5fc5d2d8d6c0241c86f.tar.gz
shulker-430218da9389dae57afca5fc5d2d8d6c0241c86f.zip
Update README.md
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d9f950d..99b8767 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Run the following on your server hosting (in a screen, and make sure to replace
 tail -F /PATH_TO_MINECRAFT_INSTALL/logs/latest.log | grep --line-buffered ": <" | while read x ; do echo -ne $x | curl -X POST -d @- https://YOUR_URL/minecraft/hook ; done
 ```
 
-Clone repository onto a server, edit ```config.json``` and change any options, and then,
+Clone repository onto a server, edit ```config.json``` (see below for more info) and change any options, and then,
 ```bash
 In the repository folder:
 $ npm install