diff --git a/docs/docs/quick-start.md b/docs/docs/quick-start.md index a90a41d45103b..1fe699e17a366 100644 --- a/docs/docs/quick-start.md +++ b/docs/docs/quick-start.md @@ -22,13 +22,13 @@ npm install -g gatsby-cli ### Create a new site ```shell -gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world +gatsby new gatsby-site https://github.com/gatsbyjs/gatsby-starter-hello-world ``` ### Change directories into site folder ```shell -cd hello-world +cd gatsby-site ``` ### Start development server