From b3a3812097d69bda36c155d5e291df129d6f2bbb Mon Sep 17 00:00:00 2001 From: guangwu Date: Fri, 20 Oct 2023 15:05:21 +0800 Subject: [PATCH] fix: typo (#2532) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25d7b8e6..109e3e1b 100644 --- a/README.md +++ b/README.md @@ -1008,7 +1008,7 @@ There are 3 ways to change the configuration: MTX_RTSPADDRESS="127.0.0.1:8554" ./mediamtx ``` - Parameters that have array as value can be overriden by setting a comma-separated list. For example: + Parameters that have array as value can be overridden by setting a comma-separated list. For example: ``` MTX_PROTOCOLS="tcp,udp"