From c8939df800d33c442e23033fdc4b88f00473dbad Mon Sep 17 00:00:00 2001 From: Filipe Souza Date: Mon, 29 Jan 2024 12:59:15 -0300 Subject: [PATCH] - Fixed lint issues in the readme; --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caf03ac..78ebe75 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This Docker container has been tested and will work on both Linux (Ubuntu/Debian ## How to use -Copy the file [.env.example](.env.example) to a new file called **.env** file. Modify it to your needs, check out the +Copy the file [.env.example](.env.example) to a new file called **.env** file. Modify it to your needs, check out the [environment variables](#environment-variables) section to check the correct values. ### Docker Compose @@ -145,7 +145,7 @@ docker exec -it palworld-server rcon-cli " " For example, you can broadcast a message to everyone in the server with the following command: -``` +```bash docker exec -it palworld-server rcon-cli "Broadcast Hello everyone" ```