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