From 53ab33c287b1f7217c185649567d5b896b8c45e6 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 9 May 2024 10:27:10 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, });