aboutsummaryrefslogtreecommitdiff
path: root/voctocore/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/README.md')
-rw-r--r--voctocore/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/voctocore/README.md b/voctocore/README.md
index 2d691f5..d3be701 100644
--- a/voctocore/README.md
+++ b/voctocore/README.md
@@ -147,8 +147,8 @@ They can be used to Implement Features like a "Cut-Button" in the GUI. When Clic
On Startup the Video-Mixer reads the following Configuration-Files:
- `<install-dir>/default-config.ini`
- `<install-dir>/config.ini`
- - `/etc/voctomix.ini`
- - `<homedir>/.voctomix.ini`
+ - `/etc/voctocore.ini`
+ - `<homedir>/.voctocore.ini`
- `<File specified on Command-Line via --ini-file>`
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.