From a7ff09b766a61f78d901368b6f9b0e51454e19ba Mon Sep 17 00:00:00 2001 From: Navo Date: Fri, 24 Feb 2023 01:41:45 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e213753..84cf56c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Here's an example curl command that generates speech from a list of input senten ```sh curl -X POST \ -H "Content-Type: application/json" \ - --data '{"sentences": ["Hello, how are you?", "My name is Shubh.", "It\'s a pleasure to meet you."]}' \ + --data '{"text": "Hello, how are you? My name is Shubh. It is a pleasure to meet you."}' \ http://localhost:80/tts \ --output output.wav ```