8000 docs: update yarn create command · nuxt/nuxt@b304329 · GitHub
[go: up one dir, main page]

Skip to content

Commit b304329

Browse files
committed
docs: update yarn create command
resolves nuxt/cli#1171
1 parent 5394307 commit b304329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1.getting-started/02.installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ npm create nuxt@latest <project-name> -- -t v3
4444
```
4545

4646
```bash [yarn]
47-
yarn create nuxt@latest <project-name> -t v3
47+
yarn create nuxt <project-name> -t v3
4848
```
4949

5050
```bash [pnpm]

0 commit comments

Comments
 (0)
0