diff --git a/README.md b/README.md index 2acb7b9..96c1103 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ Thanks to kbabioch, this script has also been packaged in the [AUR](https://aur. ## Usage ``` -bash AAXtoMP3.sh {INPUT_FILES} +bash AAXtoMP3 {INPUT_FILES} ``` * AUTHCODE: **your** Audible auth code (it won't correctly decode otherwise) (required) * Everything else is considered an input file, useful for batching! You can also convert the output to FLAC encoding instead of MP3 by doing the following *in order*: ``` -bash AAXtoMP3.sh --flac {INPUT_FILES} +bash AAXtoMP3 --flac {INPUT_FILES} ``` Note that FLAC encoding is typically a little faster, at the cost of compatibility with some players. @@ -49,7 +49,7 @@ that line and treat it like your auth_code. When you do this you do not need to Here is the full usage (NOTE: Order matters!) ``` -bash AAXtoMP3.sh [--flac] [--single] AUTHCODE {FILES} +bash AAXtoMP3 [--flac] [--single] AUTHCODE {FILES} ``` ## Anti-Piracy Notice