Update README.md
This commit is contained in:
parent
832a4f53e0
commit
53ab33c287
@ -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 },
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user