From 46d289ffa3695d496cdd16039b0071f361a951a4 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Thu, 5 Nov 2020 13:38:46 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8146b0c..7d663903 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Parameters in maps can be overridden by using underscores, in the following way: RTSP_PATHS_TEST_SOURCE=rtsp://myurl ./rtsp-simple-server ``` -The configuration can be changed dinamically when the server is running (hot reloading) by editing the configuration file. Changes are detected and applied without disconnecting existing clients, whenever is possible. +The configuration can be changed dinamically when the server is running (hot reloading) by writing to the configuration file. Changes are detected and applied without disconnecting existing clients, whenever is possible. ### RTSP proxy mode