diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index bb68766..0abbc43 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -13,7 +13,7 @@ Let’s write our first actix web application! Start by creating a new binary-based Cargo project and changing into the new directory: ```bash -cargo new hello-world --bin +cargo new hello-world cd hello-world ```