Skip to content

Commit 1bb6f1f

Browse files
authored
Merge pull request #179 from HurSungYun/HurSungYun-patch-1
Update CONTRIBUTING.md
2 parents a3255b7 + 6c4e796 commit 1bb6f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ yarn pret:fix
4040
**Using npm**
4141

4242
```sh
43-
npm pret:fix
43+
npm run pret:fix
4444
```
4545

4646
## Running playground
@@ -60,7 +60,7 @@ yarn dev
6060
**Using npm**
6161

6262
```sh
63-
npm dev
63+
npm run dev
6464
```
6565

6666
## Before you make a Pull Request

0 commit comments

Comments
 (0)