alter port in readme toml example

This commit is contained in:
onyx-and-iris 2022-11-05 19:33:26 +00:00
parent 6221f6a167
commit 73a99e5059

View File

@ -31,7 +31,7 @@ A valid `config.toml` might look like this:
```toml ```toml
[connection] [connection]
Host="gamepc.local" Host="gamepc.local"
Port=6990 Port=6980
Streamname="Command1" Streamname="Command1"
``` ```