Skip to content

Commit cb9165c

Browse files
authored
docs: remove $ prefix from create-vite terminal commands in README (#19532)
1 parent 92125b4 commit cb9165c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/create-vite/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
With NPM:
99

1010
```bash
11-
$ npm create vite@latest
11+
npm create vite@latest
1212
```
1313

1414
With Yarn:
1515

1616
```bash
17-
$ yarn create vite
17+
yarn create vite
1818
```
1919

2020
With PNPM:
2121

2222
```bash
23-
$ pnpm create vite
23+
pnpm create vite
2424
```
2525

2626
With Bun:
2727

2828
```bash
29-
$ bun create vite
29+
bun create vite
3030
```
3131

3232
Then follow the prompts!

0 commit comments

Comments
 (0)