aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-01-08 17:51:23 +0100
committerKarel Kočí <cynerd@email.cz>2016-01-08 17:53:15 +0100
commitd9bbff52b91feb856325f52880ede00ecd1767dd (patch)
tree2b0e1583c943b517d24089258db35b96bbee4753 /README.md
parent246977234542344e8621ddb7a386c5fe033c2665 (diff)
downloadmcserver-wrapper-d9bbff52b91feb856325f52880ede00ecd1767dd.tar.gz
mcserver-wrapper-d9bbff52b91feb856325f52880ede00ecd1767dd.tar.bz2
mcserver-wrapper-d9bbff52b91feb856325f52880ede00ecd1767dd.zip
Fix some mistakes in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4fdea4c..a9c7599 100644
--- a/README.md
+++ b/README.md
@@ -56,16 +56,16 @@ This file in in status directory named as `players`. If server is running, it
contains online players. Player name per line. If server isn't running, it
content don't have to be valid.
-##Input pipe
+###Input pipe
This is unix pipe. This file is located in status directory and named as
`input_pipe`. This pipe is input to Minercraft server standard input. If you have
write access rights (default 640), then you can send any command to Minecraft
server by writing to this pipe.
-##Server.pid file
+###Server.pid file
This file contains PID of Minecraft server process. This is used to detect if
-server is running when status files exists. It has probably no usage from user,
-but shouldn't be tempered with.
+server is running when status files exists. It has probably no usage for user, but
+shouldn't be tempered with.
Configuration
-----------------