1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 16:24:58 +02:00

Fix plural to singular dependency

This used to be plural because it used to be both actix and actix-web but now it's just actix-web.
This commit is contained in:
Sven-Hendrik Haase
2019-08-05 18:28:26 +02:00
committed by GitHub
parent cf666d228b
commit eb364a1d41

View File

@ -17,7 +17,7 @@ cargo new 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:
```ini