From 8cc80833619761e8ce12f7d9f7c0142e2c06bab7 Mon Sep 17 00:00:00 2001 From: knotteye Date: Tue, 22 Oct 2019 17:54:57 -0500 Subject: [PATCH] Fix typo in usage instructions. --- docs/USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index 469ca57..38014d9 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -3,9 +3,9 @@ ### Administration Satyr needs access to port 1935 for RTMP streams, and will serve HTTP on port 8000. The ports can be changed with follow config lines. ``` -[http] +[server.http] port = 8000 -[rtmp] +[server.rtmp] port = 1935 ``` Changing the rtmp port is not recommended.