fix(README): Adjust crawling example limit

Fixes #871
This commit is contained in:
Gergő Móricz 2025-02-20 09:51:38 +01:00 committed by GitHub
parent 11ed679274
commit 7770929dcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ curl -X POST https://api.firecrawl.dev/v1/crawl \
-H 'Authorization: Bearer fc-YOUR_API_KEY' \
-d '{
"url": "https://docs.firecrawl.dev",
"limit": 100,
"limit": 10,
"scrapeOptions": {
"formats": ["markdown", "html"]
}