Skip to content

Commit

Permalink
- Fixed lint issues in the readme;
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe-Souza committed Jan 29, 2024
1 parent f0ce93d commit c8939df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

```
```bash
docker exec -it palworld-server rcon-cli "Broadcast Hello everyone"
```

Expand Down

0 comments on commit c8939df

Please sign in to comment.