diff --git a/docs/md/demo.md b/docs/md/demo.md index f97b658e..7c0a99b9 100644 --- a/docs/md/demo.md +++ b/docs/md/demo.md @@ -155,7 +155,7 @@ screenshot: screenshot }; - fetch('/crawl', { + fetch('https://crawl4ai.com/crawl', { method: 'POST', headers: { 'Content-Type': 'application/json' diff --git a/docs/md/index.md b/docs/md/index.md index 99a4f934..dd5f51d0 100644 --- a/docs/md/index.md +++ b/docs/md/index.md @@ -1,4 +1,4 @@ -# Crawl4AI Documentation +# Crawl4AI v0.2.6 Welcome to the official documentation for Crawl4AI! 🕷️🤖 Crawl4AI is an open-source Python library designed to simplify web crawling and extract useful information from web pages. This documentation will guide you through the features, usage, and customization of Crawl4AI.