Update README.md

This commit is contained in:
Nicolas 2024-11-23 00:06:49 -08:00 committed by GitHub
parent 24724e958e
commit ce6d3e21e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -507,7 +507,7 @@ if (crawlResponse) {
### Extracting structured data from a URL ### Extracting structured data from a URL
With LLM extraction, you can easily extract structured data from any URL. We support zod schema to make it easier for you too. Here is how you to use it: With LLM extraction, you can easily extract structured data from any URL. We support zod schema to make it easier for you too. Here is how to use it:
```js ```js
import FirecrawlApp from "@mendable/firecrawl-js"; import FirecrawlApp from "@mendable/firecrawl-js";