1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00

Merge pull request #107 from actix/svenstaro-patch-1

Fix plural to singular dependency
This commit is contained in:
Darin 2019-08-05 15:30:25 -04:00 committed by GitHub
commit 9489b4de64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ cargo new hello-world
cd hello-world cd hello-world
``` ```
Now, add `actix-web` as dependencies of your project by ensuring your `Cargo.toml` Now, add `actix-web` as a dependency of your project by ensuring your `Cargo.toml`
contains the following: contains the following:
```ini ```ini