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 ab29d89db..3da5c4940 100644 --- a/docs/feature_midi.md +++ b/docs/feature_midi.md | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | First, enable MIDI by adding the following to your `rules.mk`: | 5 | First, enable MIDI by adding the following to your `rules.mk`: |
6 | 6 | ||
7 | ```makefile | 7 | ```make |
8 | MIDI_ENABLE = yes | 8 | MIDI_ENABLE = yes |
9 | ``` | 9 | ``` |
10 | 10 | ||