diff --git a/README.md b/README.md index 2895d83..722252a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ **A high-performance Rust port of [Scrapling](https://github.com/D4Vinci/Scrapling) -- the modern web scraping framework built by web scrapers, for web scrapers.** +[![CI](https://github.com/Liohtml/RUSTScrapling/actions/workflows/ci.yml/badge.svg)](https://github.com/Liohtml/RUSTScrapling/actions/workflows/ci.yml) [![Rust](https://img.shields.io/badge/Rust-1.75%2B-orange?logo=rust)](https://www.rust-lang.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE-MIT) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE) -[![Tests](https://img.shields.io/badge/tests-175%20passing-brightgreen)]() *Parse HTML with CSS selectors, fetch pages with stealth headers, and crawl entire sites with async concurrency -- all from a single Rust crate.*