From d1266e97b3749b03d100187ed1e52e710519710e Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Tue, 13 Jan 2015 20:05:10 +0200 Subject: [PATCH] Minor formatting changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d67d8f..a0591b1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Example: ```mcrcon -c -H 192.168.1.42 -P 9999 -p password cmd1 "cmd2 with spaces"``` ####Enable rcon -Remember to enable rcon by changing/adding these lines to server.properties +Remember to enable rcon by changing/adding these lines to ```server.properties``` file. ``` enable-rcon=true rcon.password=your_rcon_pasword