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.
This commit is contained in:
unclecode
2024-05-17 16:55:34 +08:00
parent 1cc67df301
commit 647cfda225

View File

@@ -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