diff options
author | MaZderMind <github@mazdermind.de> | 2016-01-08 19:13:16 +0100 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2016-01-08 19:13:16 +0100 |
commit | e2ac7ea7434918c403df1fb5982c125893f94370 (patch) | |
tree | 00dd8c42c2ee4f683eedc47ca393ecc1c845c69b /voctocore | |
parent | 07ff65e7a6d1a87276e9f017162aff52d712342f (diff) |
fix github interpreting the README as HTML
Diffstat (limited to 'voctocore')
-rw-r--r-- | voctocore/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/voctocore/README.md b/voctocore/README.md index 41020b6..ac98694 100644 --- a/voctocore/README.md +++ b/voctocore/README.md @@ -144,11 +144,11 @@ They can be used to Implement Features like a "Cut-Button" in the GUI. When Clic ## Configuration 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 - - <File specified on Command-Line via --ini-file> + - `<install-dir>/default-config.ini` + - `<install-dir>/config.ini` + - `/etc/voctomix.ini` + - `<homedir>/.voctomix.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. |