Update README.md

This commit is contained in:
Nicolas 2024-05-09 10:27:10 -07:00 committed by GitHub
parent 832a4f53e0
commit 53ab33c287
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 },
});