Skip to content

Commit

Permalink
chore(docs): Add -- to quick start flags (#37041)
Browse files Browse the repository at this point in the history
Fixes #37019
  • Loading branch information
shogohida committed Nov 15, 2022
1 parent 2a06fff commit c411d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/quick-start.md
Expand Up @@ -47,8 +47,8 @@ The CLI also supports two flags:

Flags are not positional, so these commands are equivalent:

- `npm init gatsby -y -ts my-site-name`
- `npm init gatsby my-site-name -y -ts`
- `npm init gatsby -- -y -ts my-site-name`
- `npm init gatsby my-site-name -- -y -ts`

### Add more features

Expand Down

0 comments on commit c411d69

Please sign in to comment.