- Fixed lint issues in the readme;

This commit is contained in:
Filipe Souza
2024-01-29 12:59:15 -03:00
parent f0ce93dbd1
commit c8939df800

View File

@@ -145,7 +145,7 @@ docker exec -it palworld-server rcon-cli "<command> <value>"
For example, you can broadcast a message to everyone in the server with the following command: 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" docker exec -it palworld-server rcon-cli "Broadcast Hello everyone"
``` ```