Fixed typo (#324)

This commit is contained in:
Mohammed 2024-12-09 07:17:43 -05:00 committed by GitHub
parent ba3e808802
commit ded554d334
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ First, let's import the necessary modules and create an instance of `AsyncWebCra
```python
import asyncio
from crawl4ai import AsyncWebCrawler, CasheMode
from crawl4ai import AsyncWebCrawler, CacheMode
async def main():
async with AsyncWebCrawler(verbose=True) as crawler: