Skip to content

Commit eaeb9f3

Browse files
committed
Update README.md
1 parent 874f28b commit eaeb9f3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
**This project is looking for maintainer(s): [#36](https://github.com/programble/scraper/issues/36)**
2-
3-
---
4-
51
# scraper
62

3+
[![crates.io package](https://repology.org/badge/version-for-repo/crates_io/rust:scraper.svg)](https://repology.org/project/rust:scraper/versions)
4+
![test](https://github.com/causal-agent/scraper/actions/workflows/test.yml/badge.svg)
5+
76
HTML parsing and querying with CSS selectors.
87

98
`scraper` is on [Crates.io][crate] and [GitHub][github].
@@ -129,4 +128,8 @@ let text = h1.text().collect::<Vec<_>>();
129128
assert_eq!(vec!["Hello, ", "world!"], text);
130129
```
131130

132-
License: ISC
131+
## Stargazers over time
132+
133+
[![Stargazers over time](https://starchart.cc/causal-agent/scraper.svg)](https://starchart.cc/causal-agent/scraper)
134+
135+
License: ISC

0 commit comments

Comments
 (0)