diff --git a/README.md b/README.md index fa78ce4..7c7cc97 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -mp_suggest is a simple little organizational tool for MP3 +mp_suggest is a simple little organizational tool for MP3 collections. I wrote it a few years ago to help me organize my own collection, and when the Hy Programming Language came out, I decided it was time for a minor exercise. Rewriting mp\_suggest in Hy was a perfect opportunity. -mp\_suggest does *not* alter your MP3 files; instead, it +mp\_suggest does *not* alter your MP3 files; instead, it prints to stdout a simple Bash script that invokes the command-line program id3v2; you can capture that script and run it by hand, or pipe -the output of mp\_suggest through sed to make +the output of mp\_suggest through sed to make changes on the fly, or just run the output straight into Bash with a unix pipe.