diff --git a/README.md b/README.md index 03a36e2..b0f7904 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Rust +This wrapper is for voicevox-engine that can easy to use. ## Example ```rust @@ -17,4 +18,4 @@ async fn main() -> Result<()> { file.write_all(&audio).unwrap(); Ok(()) } -``` \ No newline at end of file +```