From 26c13a81d2d027169d9233fdf1b32b2804cbb652 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 30 Oct 2017 16:37:26 -0700 Subject: [PATCH] fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b634cec6..5696f75d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Asynchronous web framework for [Actix](https://github.com/actix/actix). * [API Documentation (Development)](http://actix.github.io/actix-web/actix_web/) * [API Documentation (Releases)](https://docs.rs/actix-web/) -* Cargo package: [actix-http](https://crates.io/crates/actix-web) +* Cargo package: [actix-web](https://crates.io/crates/actix-web) * Minimum supported Rust version: 1.20 or later ---