From ca46070a1b45f274f9da888e929e577b2f34faed Mon Sep 17 00:00:00 2001
From: Karim shoair
Date: Sun, 8 Feb 2026 22:43:00 +0200
Subject: [PATCH] docs: Improve README.md description formatting
Reformatted the description of Scrapling for clarity and readability.
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index fe24864..f1ff2fe 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,9 @@
Migrating from Beautifulsoup
-Scrapling is an adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl. Its parser learns from website changes and automatically relocates your elements when pages update. Its fetchers bypass anti-bot systems like Cloudflare Turnstile out of the box. And its spider framework lets you scale up to concurrent, multi-session crawls with pause/resume and automatic proxy rotation — all in a few lines of Python. One library, zero compromises.
+Scrapling is an adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl.
+
+Its parser learns from website changes and automatically relocates your elements when pages update. Its fetchers bypass anti-bot systems like Cloudflare Turnstile out of the box. And its spider framework lets you scale up to concurrent, multi-session crawls with pause/resume and automatic proxy rotation — all in a few lines of Python. One library, zero compromises.
Blazing fast crawls with real-time stats and streaming. Built by Web Scrapers for Web Scrapers and regular users, there's something for everyone.
@@ -334,4 +336,4 @@ This project includes code adapted from:
- [fakebrowser](https://github.com/kkoooqq/fakebrowser) and [BotBrowser](https://github.com/botswin/BotBrowser) for fingerprinting research
---
-Designed & crafted with ❤️ by Karim Shoair.
\ No newline at end of file
+Designed & crafted with ❤️ by Karim Shoair.