Skip to content

Commit

Permalink
Merge pull request #108 from codesmith-emmy/patch-1
Browse files Browse the repository at this point in the history
Fix: Typo in documentation
  • Loading branch information
thijsvanloef authored Jan 25, 2024
2 parents eb18e67 + 81a2e90 commit 860b87e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ It is highly recommended you set the following environment values before startin
## Using RCON

RCON is enabled by default for the palworld-server-docker image.
Opening the RCON cli is quite easy:
Opening the RCON CLI is quite easy:

```bash
docker exec -it palworld-server rcon-cli
```

This will open a CLI that use can use to write commands to the Palworld Server.
This will open a CLI that uses RCON to write commands to the Palworld Server.

### List of server commands

Expand All @@ -163,7 +163,7 @@ For a full list of commands go to: [https://tech.palworldgame.com/server-command

## Creating a backup

To create a backup of the game's save at the current point in time, use the command.
To create a backup of the game's save at the current point in time, use the command:

```bash
docker exec palworld-server backup
Expand Down

0 comments on commit 860b87e

Please sign in to comment.