Skip to content

Commit

Permalink
Update README npm command examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyparker committed Feb 23, 2022
1 parent 046af18 commit 8ab49cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ Make your proposed changes. Add tests if applicable, lint the code. Submit a pul
## Tests

```sh
npm test
npm run test
```

## Lint

```sh
npm lint
npm run lint
```

0 comments on commit 8ab49cb

Please sign in to comment.