diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index 21a6c44..03cae15 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -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