aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-01-06 02:53:36 +0100
committercbdev <cb@cbcdn.com>2020-01-06 02:53:36 +0100
commitd79adcabbfee009c65a6664ca245e17ba6da83bd (patch)
tree254fac324092ec815201adc4bfe14de7cfdcf34b /README.md
parente08b473d0eeb467ad358ba5314157753b4f37c18 (diff)
downloadmidimonster-d79adcabbfee009c65a6664ca245e17ba6da83bd.tar.gz
midimonster-d79adcabbfee009c65a6664ca245e17ba6da83bd.tar.bz2
midimonster-d79adcabbfee009c65a6664ca245e17ba6da83bd.zip
Fix winmidi detect value output
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2496dfa..31493e7 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ To make an instance available for mapping channels, it requires at least the
`[<backend-name> <instance-name>]` configuration stanza. Most backends require
additional configuration for their instances.
-Backend and instance configuration options can also be overriden via command line
+Backend and instance configuration options can also be overridden via command line
arguments using the syntax `-b <backend>.<option>=<value>` for backend options
and `-i <instance>.<option>=<value>` for instance options. These overrides
are applied when the backend/instance is first mentioned in the configuration file.