From b3dbd36d2cef802ce312b632143e8867b66bd413 Mon Sep 17 00:00:00 2001 From: Rousan Ali Date: Sat, 2 May 2020 19:33:58 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d98add9..243978f 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ 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] @@ -19,7 +19,8 @@ routerify = "1.0" routerify-query = "1.0.0" ``` -An example: +## Example + ```rust use hyper::{Body, Request, Response, Server}; use routerify::{Router, RouterService}; From 64d0f3032cb3b87a1dbca348ffdcfedeb865eec9 Mon Sep 17 00:00:00 2001 From: Rousan Ali Date: Sat, 2 May 2020 19:34:57 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 243978f..6cbda4a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] routerify = "1.0" -routerify-query = "1.0.0" +routerify-query = "1.0" ``` ## Example From ae4d7bdaff5b0f3d87a54ba9502ae11bd2de8c49 Mon Sep 17 00:00:00 2001 From: Rousan Ali Date: Sat, 2 May 2020 19:37:26 +0530 Subject: [PATCH 3/3] Bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cbda4a..9f93d42 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] routerify = "1.0" -routerify-query = "1.0" +routerify-query = "1.0" ``` ## Example