Skip to content

Commit 46dd86f

Browse files
committed
Merge branch 'release/v1.0.0'
2 parents ce8ca8f + ae4d7bd commit 46dd86f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ A [`Routerify`](https://github.com/routerify/routerify) middleware which parses
99

1010
[Docs](https://docs.rs/routerify-query)
1111

12-
## Usage
12+
## Install
1313

14-
First add this to your `Cargo.toml`:
14+
Add this to your `Cargo.toml`:
1515

1616
```toml
1717
[dependencies]
1818
routerify = "1.0"
19-
routerify-query = "1.0.0"
19+
routerify-query = "1.0"
2020
```
2121

22-
An example:
22+
## Example
23+
2324
```rust
2425
use hyper::{Body, Request, Response, Server};
2526
use routerify::{Router, RouterService};

0 commit comments

Comments
 (0)