diff --git a/README.md b/README.md index 6c28c3f..2c3777f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ Reads text files and outputs audio one sentence at a time. Saves progress. Runs # usage instructions: 1. activate the venv 2. cd to the cloned repo -3. run `python3 play_audio_book.py PATH_TO_BOOK_FILE` +3. run `python3 play_audio_book.py PATH_TO_BOOK_FILE [OPTIONAL_LINE_INDEX_TO_START_FROM]` 4. you can safely skip a line with Control + z or exit with Control + c. -5. playback will resume from the last played line if you open the same book again. +5. playback will resume from the last played line if you open the same book again with no line index specified.