From 8fe7ba6d29d0f14636771916d4e90f34b500ed0f Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Mon, 8 Dec 2014 21:29:18 -0800 Subject: [PATCH] Small style change. Markdown isn't my favorite language. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.