Skip to content

Commit 8ab49cb

Browse files
committed
Update README npm command examples
1 parent 046af18 commit 8ab49cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ Make your proposed changes. Add tests if applicable, lint the code. Submit a pul
9696
## Tests
9797

9898
```sh
99-
npm test
99+
npm run test
100100
```
101101

102102
## Lint
103103

104104
```sh
105-
npm lint
105+
npm run lint
106106
```

0 commit comments

Comments
 (0)