diff --git a/Cargo.toml b/Cargo.toml index 22d6cb9..b1dea90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "tts_openai_rust" -version = "0.1.0" +name = "ttsrs" +version = "0.1.1" edition = "2021" [dependencies] diff --git a/README.md b/README.md index e00217b..0e09bf6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# ai-tts.rs Documentation +# _ttsrs_ Documentation **Overview** ----------- -The ai-tts.rs project provides a command-line tool for generating spoken audio from text files using OpenAI's text-to-speech (TTS) API. It is based on a similar Python script. +The ttsrs project provides a command-line tool for generating spoken audio from text files using OpenAI's text-to-speech (TTS) API. It is based on a similar Python script. **Usage** -------- @@ -26,6 +26,6 @@ The ai-tts.rs project provides a command-line tool for generating spoken audio f ### Setup -Before using ai-tts.rs, make sure to set the `OPENAI_API_KEY` environment variable with your OpenAI API key. +Before using ttsrs, make sure to set the `OPENAI_API_KEY` environment variable with your OpenAI API key. -Enjoy using ai-tts.rs! +Enjoy using ttsrs!