From 6f0af9964ce202401dff1fb87a499120a2ca3f78 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Tue, 15 Nov 2016 21:14:30 +0200 Subject: [PATCH] Typo fixes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9db470a..25fff8d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can also download precompiled binaries: https://github.com/Tiiffi/mcrcon/rel --- ####Usage: -Usage: mcrcon [OPTIONS]... [COMMANDS]... +mcrcon [OPTIONS]... [COMMANDS]... Sends rcon commands to Minecraft server. @@ -29,7 +29,7 @@ Option: -v Output version information ``` -Commands with arguments must enclosed in quotes. +Commands with arguments must be enclosed in quotes. Example: ```mcrcon -H my.minecraft.server -p password "say Server is restarting!" save-all stop```