From c76b2f9f83fbe9b12acb4367921751f1b030beae Mon Sep 17 00:00:00 2001 From: Nicholas Manning Date: Fri, 3 Jul 2020 07:51:20 -0400 Subject: [PATCH] Updated README to reflect '3.0.0-alpha.3' in Example. Updated list of Documentation links in the README as well. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9b5e0116..5e6613a82 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,8 @@ Actix web is a simple, pragmatic and extremely fast web framework for Rust. ## Docs -* [API documentation (master)](https://actix.rs/actix-web/actix_web) -* [API documentation (docs.rs)](https://docs.rs/actix-web) -* [User guide](https://actix.rs) +* [Website](https://actix.rs) +* [API documentation](https://docs.rs/actix-web) ## Example @@ -52,7 +51,8 @@ Dependencies: ```toml [dependencies] -actix-web = "2" +actix-web = "3.0.0-alpha.3" +actix-rt = "1.1.1" ``` Code: