diff --git a/README.md b/README.md
index 5ba33dea..16d154b5 100644
--- a/README.md
+++ b/README.md
@@ -11,20 +11,15 @@
Crawl4AI simplifies asynchronous web crawling and data extraction, making it accessible for large language models (LLMs) and AI applications. ๐๐
-## New in 0.3.74 โจ
+## New in 0.3.743 โจ
-- ๐ **Blazing Fast Scraping**: Significantly improved scraping speed.
-- ๐ฅ **Download Manager**: Integrated file crawling, downloading, and tracking within `CrawlResult`.
-- ๐ **Markdown Strategy**: Flexible system for custom markdown generation and formats.
-- ๐ **LLM-Friendly Citations**: Auto-converts links to numbered citations with reference lists.
-- ๐ **Markdown Filter**: BM25-based content extraction for cleaner, relevant markdown.
-- ๐ผ๏ธ **Image Extraction**: Supports `srcset`, `picture`, and responsive image formats.
-- ๐๏ธ **Local/Raw HTML**: Crawl `file://` paths and raw HTML (`raw:`) directly.
-- ๐ค **Browser Control**: Custom browser setups with stealth integration to bypass bots.
-- โ๏ธ **API & Cache Boost**: CORS, static serving, and enhanced filesystem-based caching.
-- ๐ณ **API Gateway**: Run as an API service with secure token authentication.
-- ๐ ๏ธ **Database Upgrades**: Optimized for larger content sets with faster caching.
-- ๐ **Bug Fixes**: Resolved browser context issues, memory leaks, and improved error handling.
+๐ **Improved ManagedBrowser Configuration**: Dynamic host and port support for more flexible browser management.
+๐ **Enhanced Markdown Generation**: New generator class for better formatting and customization.
+โก **Fast HTML Formatting**: Significantly optimized HTML formatting in the web crawler.
+๐ ๏ธ **Utility & Sanitization Upgrades**: Improved sanitization and expanded utility functions for streamlined workflows.
+๐ฅ **Acknowledgments**: Added contributor details and pull request acknowledgments for better transparency.
+๐ **Documentation Updates**: Clearer usage scenarios and updated guidance for better user onboarding.
+๐งช **Test Adjustments**: Refined tests to align with recent class name changes.
## Try it Now!
@@ -35,31 +30,85 @@ Crawl4AI simplifies asynchronous web crawling and data extraction, making it acc
## Features โจ
-- ๐ Completely free and open-source
-- ๐ Blazing fast performance, outperforming many paid services
-- ๐ค LLM-friendly output formats (JSON, cleaned HTML, markdown)
-- ๐ Multi-browser support (Chromium, Firefox, WebKit)
-- ๐ Supports crawling multiple URLs simultaneously
-- ๐จ Extracts and returns all media tags (Images, Audio, and Video)
-- ๐ Extracts all external and internal links
-- ๐ Extracts metadata from the page
-- ๐ Custom hooks for authentication, headers, and page modifications
-- ๐ต๏ธ User-agent customization
-- ๐ผ๏ธ Takes screenshots of pages with enhanced error handling
-- ๐ Executes multiple custom JavaScripts before crawling
-- ๐ Generates structured output without LLM using JsonCssExtractionStrategy
-- ๐ Various chunking strategies: topic-based, regex, sentence, and more
-- ๐ง Advanced extraction strategies: cosine clustering, LLM, and more
-- ๐ฏ CSS selector support for precise data extraction
-- ๐ Passes instructions/keywords to refine extraction
-- ๐ Proxy support with authentication for enhanced access
-- ๐ Session management for complex multi-page crawling
-- ๐ Asynchronous architecture for improved performance
-- ๐ผ๏ธ Improved image processing with lazy-loading detection
-- ๐ฐ๏ธ Enhanced handling of delayed content loading
-- ๐ Custom headers support for LLM interactions
-- ๐ผ๏ธ iframe content extraction for comprehensive analysis
-- โฑ๏ธ Flexible timeout and delayed content retrieval options
+
+๐ Performance & Scalability
+
+- โก **Blazing Fast Scraping**: Outperforms many paid services with cutting-edge optimization.
+- ๐ **Asynchronous Architecture**: Enhanced performance for complex multi-page crawling.
+- โก **Dynamic HTML Formatting**: New, fast HTML formatting for streamlined workflows.
+- ๐๏ธ **Large Dataset Optimization**: Improved caching for handling massive content sets.
+
+
+
+
+๐ Extraction Capabilities
+
+- ๐ผ๏ธ **Comprehensive Media Support**: Extracts images, audio, video, and responsive image formats like `srcset` and `picture`.
+- ๐ **Advanced Content Chunking**: Topic-based, regex, sentence-level, and cosine clustering strategies.
+- ๐ฏ **Precise Data Extraction**: Supports CSS selectors and keyword-based refinements.
+- ๐ **All-Inclusive Link Crawling**: Extracts internal and external links.
+- ๐ **Markdown Generation**: Enhanced markdown generator class for custom, clean, LLM-friendly outputs.
+- ๐ท๏ธ **Metadata Extraction**: Fetches metadata directly from pages.
+
+
+
+
+๐ Browser Integration
+
+- ๐ **Multi-Browser Support**: Works with Chromium, Firefox, and WebKit.
+- ๐ฅ๏ธ **ManagedBrowser with Dynamic Config**: Flexible host/port control for tailored setups.
+- โ๏ธ **Custom Browser Hooks**: Authentication, headers, and page modifications.
+- ๐ถ๏ธ **Stealth Mode**: Bypasses bot detection with advanced techniques.
+- ๐ธ **Screenshots & JavaScript Execution**: Takes screenshots and executes custom JavaScript before crawling.
+
+
+
+
+๐ Input/Output Flexibility
+
+- ๐ **Local & Raw HTML Crawling**: Directly processes `file://` paths and raw HTML.
+- ๐ **Custom Headers for LLM**: Tailored headers for enhanced AI interactions.
+- ๐ ๏ธ **Structured Output Options**: Supports JSON, cleaned HTML, and markdown outputs.
+
+
+
+
+๐ง Utility & Debugging
+
+- ๐ก๏ธ **Error Handling**: Robust error management for seamless execution.
+- ๐ **Session Management**: Handles complex, multi-page interactions.
+- ๐งน **Utility Functions**: Enhanced sanitization and flexible extraction helpers.
+- ๐ฐ๏ธ **Delayed Content Loading**: Improved handling of lazy-loading and dynamic content.
+
+
+
+
+๐ Security & Accessibility
+
+- ๐ต๏ธ **Proxy Support**: Enables authenticated access for restricted pages.
+- ๐ช **API Gateway**: Deploy as an API service with secure token authentication.
+- ๐ **CORS & Static Serving**: Enhanced support for filesystem-based caching and cross-origin requests.
+
+
+
+
+๐ Community & Documentation
+
+- ๐ **Contributor Acknowledgments**: Recognition for pull requests and contributions.
+- ๐ **Clear Documentation**: Simplified and updated for better onboarding and usage.
+
+
+
+
+๐ฏ Cutting-Edge Features
+
+- ๐ ๏ธ **BM25-Based Markdown Filtering**: Extracts cleaner, context-relevant markdown.
+- ๐ **LLM-Friendly Citations**: Auto-converts links to numbered citations with reference lists.
+- ๐ก **IFrame Content Extraction**: Comprehensive analysis for embedded content.
+- ๐ฐ๏ธ **Flexible Content Retrieval**: Combines timing-based strategies for reliable extractions.
+
+
+
## Installation ๐ ๏ธ