From 76b8104f520009e02272f63c0ac0e42ff6e9c310 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 7 Nov 2017 16:09:37 -0800 Subject: [PATCH] use version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ccfcf10b..9098cf0a0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To use `actix-web`, add this to your `Cargo.toml`: ```toml [dependencies] -actix-web = { git = "https://github.com/actix/actix-web" } +actix-web = "0.2" ``` ## HTTP/2