diff --git a/README.md b/README.md index 8d218352..977d3a19 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ print(f"Generated image URL: {response.data[0].url}") Async client example: ```python -from g4f.async_client import AsyncClient +from g4f.client import AsyncClient import asyncio async def main():