diff --git a/README.md b/README.md index 982b57d5..dfb5b291 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ crawler.warmup() result = crawler.run(url="https://www.nbcnews.com/business") # Print the extracted content -print(result.extracted_content) +print(result.markdown) ``` ### Extract Structured Data from Web Pages 📊