From 8e750dd36002e6f18f2b9ba3aefb90a45d7dbdf3 Mon Sep 17 00:00:00 2001 From: mraerino Date: Fri, 19 Feb 2016 00:45:36 +0100 Subject: Fix wrong command in README The command for getting the settings was falsely called 'get_setting' though it has to be 'get_config' --- voctocore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voctocore/README.md b/voctocore/README.md index f5ed2c3..e3e62f4 100644 --- a/voctocore/README.md +++ b/voctocore/README.md @@ -153,4 +153,4 @@ On Startup the Video-Mixer reads the following Configuration-Files: From top to bottom the individual Settings override previous Settings. `default-config.ini` should not be edited, because a missing Setting will result in an Exception. -All Settings configured in the Server are available via the `get_setting` Call on the Control-Port and will be used by the Clients, so there will be no need to duplicate Configuration options between Server and Clients. +All Settings configured in the Server are available via the `get_config` Call on the Control-Port and will be used by the Clients, so there will be no need to duplicate Configuration options between Server and Clients. -- cgit v1.2.3