From 8cadc75e83b6636c2565cb4156ad17c94c31948d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Sat, 23 Apr 2016 15:13:24 +0200 Subject: [PATCH] Put up a notice. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcc55ee..77d76d4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ You can run the command as follows: $ ./ogg-converter.sh path/to/music/*.mp3 ``` -This will convert all MP3 files in this directory into OGG (I might end up making this more user friendly if I get around to it). +This will convert all MP3 files in this directory into OGA (I might end up making this more user friendly if I get around to it). + +**NOTICE:** For some reason bash doesn't like it if the files have a space character. So if you're a dumb ass who likes using spaces in file names, you're going to have to change that bad habit. ### License This script is licensed with the [GNU GPLv3](/LICENSE).