Skip to content

Commit

Permalink
chore(docs): fix mistake in 'gatsby new' examples (#19501)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkorolik authored and pieh committed Nov 14, 2019
1 parent 38af21a commit 0e63c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gatsby new [<site-name> [<starter-url>]]
#### Examples

- Create a Gatsby site named `my-awesome-blog-site`, using [gatsby-starter-blog](https://www.gatsbyjs.org/starters/gatsbyjs/gatsby-starter-blog/):
- Create a Gatsby site named `my-awesome-site`, using the [default starter](https://github.com/gatsbyjs/gatsby-starter-default):

```bash
gatsby new my-awesome-site
Expand Down

0 comments on commit 0e63c6a

Please sign in to comment.