diff --git a/README.md b/README.md index 65bf55e..e2ddb06 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a command-line program that converts MIDI files to scores that can be printed for 30 note music boxes (such as [this one for example](https://smile.amazon.co.uk/dp/B0774TSP3T/)). While it does not currently support other music boxes (I don't have any others on hand), it could be extended to support them fairly trivially given the track width and the names of the notes it can play. -If you are unsure of how to create a MIDI file, I recommend [Musescore](https://musescore.org/), which is a free and open source music notation program that has a MIDI export function. +If you are unsure of how to create a MIDI file for this program to consume, I recommend [Musescore](https://musescore.org/), which is a free and open source music notation program that has a MIDI export function. ## System Requirements