From cd7594d2b7331d6fbca8afc30d3d76f9a7874144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Luk=C3=A1cs?= Date: Tue, 16 Sep 2025 13:59:31 +0200 Subject: [PATCH] README.md - typo in the "Executing JavaScript & Extract Structured Data without LLMs" example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16fa42a1b..906516a1a 100644 --- a/README.md +++ b/README.md @@ -425,8 +425,8 @@ async def main(): "type": "attribute", "attribute": "src" } + ] } -} extraction_strategy = JsonCssExtractionStrategy(schema, verbose=True)