Skip to content

Commit fe682e1

Browse files
committed
upgrade readme
1 parent dcb43ef commit fe682e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "reqwest-scraper"
33
version = "0.2.0"
44
edition = "2021"
5-
description = "Scraping integration with reqwest"
5+
description = "Web scraping integration with reqwest"
66
license-file = "LICENSE"
77
repository = "https://github.com/holmofy/reqwest-scraper"
88

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## reqwest-scraper - Scraping integration with reqwest
1+
## reqwest-scraper - Web scraping integration with reqwest
22

33
[![crates.io](https://img.shields.io/crates/v/reqwest-scraper.svg)](https://crates.io/crates/reqwest-scraper)
44
[![Documentation](https://docs.rs/reqwest-scraper/badge.svg)](https://docs.rs/reqwest-scraper)
55
[![CI](https://github.com/holmofy/reqwest-scraper/workflows/Publish/badge.svg)](https://github.com/holmofy/reqwest-scraper/actions?query=workflow%3APublish)
66

7-
Expand [reqwest](https://github.com/seanmonstar/reqwest) functionality to support multiple crawling methods.
7+
Extends [reqwest](https://github.com/seanmonstar/reqwest) to support multiple web scraping methods.
88

99
### Features
1010

11-
* [x] Use [JsonPath](#jsonpath) to select fields in json
12-
* [x] Select elements in HTML using [CSS selector](#css-selector)
13-
* [x] Evalute the value in HTML using [xpath expression](#xpath)
11+
* [x] Use [JsonPath](#jsonpath) to select fields in json response
12+
* [x] Select elements in HTML response using [CSS selector](#css-selector)
13+
* [x] Evalute the value in HTML response using [xpath expression](#xpath)
1414
* [ ] Derive macro extract
1515

1616
### Start Guide

0 commit comments

Comments
 (0)