From d6b4904ef10644e95efac92dc80f06b2a897440a Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 8 May 2024 18:10:43 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7368b08..50eb06a 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,8 @@ const status = await app.checkCrawlStatus(jobId); console.log(status); ``` + + ### 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: