diff options
author | cbdev <cb@cbcdn.com> | 2019-11-10 14:27:07 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-11-10 14:27:07 +0100 |
commit | ccde53920cce56c2873c6cf35460fd74518dc79b (patch) | |
tree | 65f28eced68e69c7c320c2291c8725ebdf564849 | |
parent | aed52ce3e67f35c69ef1295f770a012258167496 (diff) | |
download | midimonster-ccde53920cce56c2873c6cf35460fd74518dc79b.tar.gz midimonster-ccde53920cce56c2873c6cf35460fd74518dc79b.tar.bz2 midimonster-ccde53920cce56c2873c6cf35460fd74518dc79b.zip |
Fix spelling
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ as arguments to the `make` invocation: Some backends have been marked as optional as they require rather large additional software to be installed, for example the `ola` backend. To create a build including these, run `make full`. -Backends may also be built selectively by runnning `make <backendfile>` in the `backends/` directory, +Backends may also be built selectively by running `make <backendfile>` in the `backends/` directory, for example ``` |