diff --git a/README.md b/README.md index 44e4058..6eb8b1a 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ async def chat(): asyncio.run(chat()) ``` -Setting `stream=True`` modifies functions to return a Python asynchronous generator: +Setting `stream=True` modifies functions to return a Python asynchronous generator: ```python import asyncio