aboutsummaryrefslogtreecommitdiff
path: root/voctocore
diff options
context:
space:
mode:
authormraerino <melodie124@gmail.com>2016-02-19 00:45:36 +0100
committermraerino <melodie124@gmail.com>2016-02-19 00:45:36 +0100
commit8e750dd36002e6f18f2b9ba3aefb90a45d7dbdf3 (patch)
treee37dfdb755cf3e039ca0d81dfe6b972edde5adef /voctocore
parentf9c10fd64fae72ee3b93c060d48d8dfdf1a14732 (diff)
Fix wrong command in README
The command for getting the settings was falsely called 'get_setting' though it has to be 'get_config'
Diffstat (limited to 'voctocore')
-rw-r--r--voctocore/README.md2
1 files changed, 1 insertions, 1 deletions
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.