diff --git a/README.md b/README.md index 50eb06a..3b3968f 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ const schema = z.object({ .describe("Top 5 stories on Hacker News"), }); -const scrapeResult = await app.scrapeUrl("https://firecrawl.dev", { +const scrapeResult = await app.scrapeUrl("https://news.ycombinator.com", { extractorOptions: { extractionSchema: schema }, });