From 1b5130694aaa24d6f4074c4a37501ae27e763ea5 Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Mon, 13 May 2024 19:36:39 +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 09f0b101b..0ed60d3a7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ async def main(): voice_id=..., ) - # Simple pipeline that will process turn text to speech and output the result + # Simple pipeline that will process text to speech and output the result pipeline = Pipeline([tts, transport.output()]) # Create Pipecat processor that can run one or more pipelines tasks