Update readme

This commit is contained in:
asonix 2020-03-17 11:25:42 -05:00
parent f56b49ddad
commit eccdcd8654

View file

@ -15,7 +15,7 @@ First, add Actix Webfinger as a dependency
[dependencies] [dependencies]
actix = "0.10.0-alpha.1" actix = "0.10.0-alpha.1"
actix-web = "3.0.0-alpha.1" actix-web = "3.0.0-alpha.1"
actix-webfinger = "0.3.0-alpha.2" actix-webfinger = "0.3.0-alpha.3"
``` ```
Then use it in your application Then use it in your application