Skip to content

Commit

Permalink
fix(docs): update starter creation readme (#11615)
Browse files Browse the repository at this point in the history
* wrong order of arguments

* Update starters/README.md

Co-Authored-By: muescha <184316+muescha@users.noreply.github.com>
  • Loading branch information
muescha authored and DSchau committed Feb 8, 2019
1 parent bea1436 commit f61197c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/README.md
Expand Up @@ -78,7 +78,7 @@ npm install -g gatsby-cli
gatsby new my-blazing-fast-site
```

e.g. `gatsby new blog my-blazing-fast-site` or `gatsby new hello-world my-blazing-fast-site` to use a specific starter!
e.g. `gatsby new my-blazing-fast-site gatsbyjs/gatsby-starter-blog` or `gatsby new my-blazing-fast-site gatsbyjs/gatsby-starter-hello-world` to use a specific starter!

This will clone the starter of specified name into the folder `my-blazing-fast-site` and get you up and running in under 5 minutes with Gatsby and a fantastic starter. We can't wait to see what you build!

Expand Down

0 comments on commit f61197c

Please sign in to comment.