Skip to content

Commit c411d69

Browse files
authored
chore(docs): Add -- to quick start flags (#37041)
Fixes #37019
1 parent 2a06fff commit c411d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ The CLI also supports two flags:
4747

4848
Flags are not positional, so these commands are equivalent:
4949

50-
- `npm init gatsby -y -ts my-site-name`
51-
- `npm init gatsby my-site-name -y -ts`
50+
- `npm init gatsby -- -y -ts my-site-name`
51+
- `npm init gatsby my-site-name -- -y -ts`
5252

5353
### Add more features
5454

0 commit comments

Comments
 (0)