Skip to content

Commit f427e14

Browse files
authored
docs: remove $ in command (#232)
1 parent 6246779 commit f427e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We also recommend installing [@antfu/ni](https://github.com/antfu/ni) to help sw
1111
After cloning the repo, run:
1212

1313
```bash
14-
$ pnpm i # install the dependencies of the project
14+
pnpm i # install the dependencies of the project
1515
```
1616

1717
:::tip ⚠️

0 commit comments

Comments
 (0)