Skip to content

Commit b8f348d

Browse files
Fixed pnpm create-vite command documentation
pnpx is deprecated: https://pnpm.io/pnpx-cli
1 parent e623b4a commit b8f348d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ yarn create vite
3737
With PNPM:
3838

3939
```bash
40-
$ pnpx create-vite
40+
$ pnpm dlx create-vite
4141
```
4242

4343
Then follow the prompts!

0 commit comments

Comments
 (0)