mirror of
https://github.com/unclecode/crawl4ai.git
synced 2025-12-28 10:58:29 +00:00
Fixed typo (#324)
This commit is contained in:
parent
ba3e808802
commit
ded554d334
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user