From 04fef2b66b0efe3039bdb8d8724bb273a8a9bfc5 Mon Sep 17 00:00:00 2001 From: mc_fdc Date: Sun, 9 Apr 2023 00:06:46 +0900 Subject: [PATCH] Fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +```