Skip to content

Commit 3f232e8

Browse files
fix: pnpm create-vite command documentation (#4902)
* Fixed pnpm create-vite command documentation pnpx is deprecated: https://pnpm.io/pnpx-cli * Replaced other pnpx entries
1 parent 56f3d9f commit 3f232e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)