From 647cfda22523ca81f713f6d34fc9840f6b72c18a Mon Sep 17 00:00:00 2001 From: unclecode Date: Fri, 17 May 2024 16:55:34 +0800 Subject: [PATCH] chore: Update Crawl4AI quickstart script in README.md This commit updates the Crawl4AI quickstart script in the README.md file. The script is now properly formatted and aligned, making it easier to read and understand. The unnecessary indentation has been removed, and the script is now more concise and efficient. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48124f2d..9675ddae 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ For more information about the available parameters and their descriptions, refe ## Python Library Usage 🚀 - 🔥 A great way to try out Crawl4AI is to run `quickstart.py` in the `docs/examples` directory. This script demonstrates how to use Crawl4AI to crawl a website and extract content from it. +🔥 A great way to try out Crawl4AI is to run `quickstart.py` in the `docs/examples` directory. This script demonstrates how to use Crawl4AI to crawl a website and extract content from it. ### Quickstart Guide