Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mok committed Jun 21, 2021
1 parent 8dbda66 commit e12ff61
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 @@ -22,7 +22,7 @@ NPM has upgraded to version 7 in late 2020 and has breaking changes on the `npm

## Installation

$ npm install better-npm-audit
$ npm install --save better-npm-audit

or

Expand Down Expand Up @@ -56,7 +56,7 @@ Unused exceptions will be notified:
{
"scripts": {
"prepush": "npm run test && npm run audit",
"audit": "node node_modules/better-npm-audit audit"
"audit": "better-npm-audit audit audit"
}
}
```
Expand Down

0 comments on commit e12ff61

Please # to comment.