From 6b563df23d4480768faa2727e30d7f4f14040afd Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Sat, 9 Nov 2024 20:53:55 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d406e3..690368e 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,11 @@ MCRCON_PASS - Rcon commands with spaces must be enclosed in quotes ###### Example: -Send three commands ("say", "save-all", "stop") and wait five seconds between the commands. -```mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-all stop``` +Send three commands ("say", "save-all", "stop") and wait five seconds between the commands: + +```sh +mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-all stop +``` ---