mirror of https://github.com/fafhrd91/actix-web
Updated README to reflect '3.0.0-alpha.3' in Example. Updated list of Documentation links in the README as well.
This commit is contained in:
parent
deab634247
commit
c76b2f9f83
|
@ -42,9 +42,8 @@ Actix web is a simple, pragmatic and extremely fast web framework for Rust.
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
* [API documentation (master)](https://actix.rs/actix-web/actix_web)
|
* [Website](https://actix.rs)
|
||||||
* [API documentation (docs.rs)](https://docs.rs/actix-web)
|
* [API documentation](https://docs.rs/actix-web)
|
||||||
* [User guide](https://actix.rs)
|
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
@ -52,7 +51,8 @@ Dependencies:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "2"
|
actix-web = "3.0.0-alpha.3"
|
||||||
|
actix-rt = "1.1.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
Code:
|
Code:
|
||||||
|
|
Loading…
Reference in New Issue