Update README.md

This commit is contained in:
H Lohaus 2025-09-24 08:15:23 +02:00 committed by GitHub
parent 90627d595b
commit 8cea9b823a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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():