Fixed typo (#324)

This commit is contained in:
Mohammed
2024-12-09 07:17:43 -05:00
committed by GitHub
parent ba3e808802
commit ded554d334

View File

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