diff options
Diffstat (limited to 'docs/feature_midi.md')
-rw-r--r-- | docs/feature_midi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_midi.md b/docs/feature_midi.md index ab29d89db6..3da5c4940a 100644 --- a/docs/feature_midi.md +++ b/docs/feature_midi.md @@ -4,7 +4,7 @@ First, enable MIDI by adding the following to your `rules.mk`: -```makefile +```make MIDI_ENABLE = yes ``` |