From ce6d3e21e15196de7a0badcd604e99f17cab4d77 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 23 Nov 2024 00:06:49 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d42c7876..d44bde8c 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,7 @@ if (crawlResponse) { ### 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 import FirecrawlApp from "@mendable/firecrawl-js";