Skip to content

Commit 756ff3e

Browse files
committed
docs: correct typos and inconsistencies in README
1 parent 6703d14 commit 756ff3e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
|--------------------------|----------------------------------------------------------------------------|---------|
3232
| `DEBUG` | Enables debug logging | `false` |
3333
| `DISABLE_ENCRYPTION` | Disables connection encryption | `false` |
34-
| `CREATE_LAUNCHER_CONFIG` | Recreate the launcher.toml config everytime the container starts | `true` |
34+
| `CREATE_LAUNCHER_CONFIG` | Recreate the launcher.toml config every time the container starts | `true` |
3535
| `FORCE_CHOWN` | `chown`s the astrotux folder on startup; potential workaround for an issue | `false` |
3636

3737
### Server settings
@@ -54,8 +54,8 @@ The image is available from both **ghcr.io** and **docker.io**:
5454

5555
| Registry | Full image name |
5656
|-----------|----------------------------------------|
57-
| docker.io | `ghcr.io/birdhimself/astroneer-server` |
58-
| ghcr.io | `docker.io/whalybird/astroneer-server` |
57+
| ghcr.io | `ghcr.io/birdhimself/astroneer-server` |
58+
| docker.io | `docker.io/whalybird/astroneer-server` |
5959

6060
### Available tags
6161

@@ -66,7 +66,7 @@ The image is available from both **ghcr.io** and **docker.io**:
6666

6767
### Architectures
6868

69-
This image support both `amd64` (Intel/AMD CPUs) and `arm64` (e.g. Raspberry Pi, Apple) architectures. The correct image variant should be pulled automatically.
69+
This image supports both `amd64` (Intel/AMD CPUs) and `arm64` (e.g. Raspberry Pi, Apple) architectures. The correct image variant should be pulled automatically.
7070

7171
## Encryption support
7272

@@ -89,7 +89,7 @@ net.AllowEncryption=False
8989

9090
## Making yourself admin
9191

92-
shutdown the server (`docker compose stop`) and edit the file `AstroServerSetting.ini` located in `./saves/Config/WindowsServer`. Change the value of `OwnerName` to your Steam name and make sure `OwnerGuid` is set to `0`. It should look like this:
92+
Shutdown the server (`docker compose stop`) and edit the file `AstroServerSettings.ini` located in `./saved/Config/WindowsServer`. Change the value of `OwnerName` to your Steam name and make sure `OwnerGuid` is set to `0`. It should look like this:
9393

9494
```ini
9595
OwnerName=My Steam Username

0 commit comments

Comments
 (0)