diff --git a/guide/src/qs_2.md b/guide/src/qs_2.md index 66eb540e0..80852895e 100644 --- a/guide/src/qs_2.md +++ b/guide/src/qs_2.md @@ -20,8 +20,8 @@ contains the following: ```toml [dependencies] -actix = "0.3" -actix-web = { git = "https://github.com/actix/actix-web" } +actix = "0.4" +actix-web = "0.3" ``` In order to implement a web server, first we need to create a request handler.