Skip to content

Commit

Permalink
Reverted working directory name
Browse files Browse the repository at this point in the history
A change to address feedback about changing the name to preserve continuity with current manual recipes.
  • Loading branch information
jsumnersmith committed Jul 22, 2020
1 parent b28f599 commit d0c9544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0c9544

Please sign in to comment.