From 2e01c505e38c846bc64dc33ac9575a7a73ce04ef Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 5 Sep 2025 09:49:35 +0200 Subject: [PATCH] chore: update example --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 064659f..3dfa9e9 100644 --- a/README.md +++ b/README.md @@ -117,11 +117,13 @@ python tts.py -c You can indicate a title to be used as label (i.e., file name prefix and directory name) to the generated outputs using `--title` ```bash -# This will put the generated files in ./outputs/siple-greeting/ +# This will put the generated files in ./outputs/simple-greeting/ python tts.py "Hello there!" --title "simple-greeting" +ls ./outputs/simple-greeting # or shorter -python tts.py "Hello there!" -t "simple-greeting" +python tts.py "Hello there! and Hi!" -t "simple-greetings" +ls ./outputs/simple-greetings ``` ### Voices