Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed May 2, 2020
2 parents ce8ca8f + ae4d7bd commit 46dd86f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ A [`Routerify`](https://github.com/routerify/routerify) middleware which parses

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

## Usage
## Install

First add this to your `Cargo.toml`:
Add this to your `Cargo.toml`:

```toml
[dependencies]
routerify = "1.0"
routerify-query = "1.0.0"
routerify-query = "1.0"
```

An example:
## Example

```rust
use hyper::{Body, Request, Response, Server};
use routerify::{Router, RouterService};
Expand Down

0 comments on commit 46dd86f

Please sign in to comment.