Skip to content

Commit

Permalink
Merge pull request #120 from causal-agent/readme-fix-links
Browse files Browse the repository at this point in the history
Update links in README.md
  • Loading branch information
cfvescovo authored Mar 3, 2023
2 parents 6001e36 + dda41a2 commit db9679d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# scraper


![crates.io](https://img.shields.io/crates/v/scraper?color=dark-green)
![downloads](https://img.shields.io/crates/d/scraper)
![test](https://github.com/causal-agent/scraper/actions/workflows/test.yml/badge.svg)
[![crates.io](https://img.shields.io/crates/v/scraper?color=dark-green)][crate]
[![downloads](https://img.shields.io/crates/d/scraper)][crate]
[![test](https://github.com/causal-agent/scraper/actions/workflows/test.yml/badge.svg)][tests]

HTML parsing and querying with CSS selectors.

`scraper` is on [Crates.io][crate] and [GitHub][github].

[crate]: https://crates.io/crates/scraper
[github]: https://github.com/programble/scraper
[github]: https://github.com/causal-agent/scraper
[tests]: https://github.com/causal-agent/scraper/actions/workflows/test.yml

Scraper provides an interface to Servo's `html5ever` and `selectors` crates, for browser-grade
parsing and querying.
Scraper provides an interface to Servo's `html5ever` and `selectors` crates, for browser-grade parsing and querying.

## Examples

Expand Down

0 comments on commit db9679d

Please sign in to comment.