Skip to content

Commit b3dbd36

Browse files
committed
Update README.md
1 parent ce8ca8f commit b3dbd36

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 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"
1919
routerify-query = "1.0.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)