From 73a99e50599f6c401639624ba579f702c8e0f47f Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 5 Nov 2022 19:33:26 +0000 Subject: [PATCH] alter port in readme toml example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58efd25..2c8d8b1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A valid `config.toml` might look like this: ```toml [connection] Host="gamepc.local" -Port=6990 +Port=6980 Streamname="Command1" ```