From ae77589a98c56a6ed203667a8d1666d597374e0d Mon Sep 17 00:00:00 2001 From: unclecode Date: Sun, 2 Jun 2024 15:42:13 +0800 Subject: [PATCH] Update Readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8d361a98..0ec7b773 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ from crawl4ai import WebCrawler # Create the WebCrawler instance crawler = WebCrawler() - - # Run the crawler with keyword filtering and CSS selector result = crawler.run(url="https://www.nbcnews.com/business") print(result) # {url, html, markdown, extracted_content, metadata}