Skip to content

Commit

Permalink
docs: replace npm ci with npm install (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBouscarle authored Mar 15, 2023
1 parent cc12481 commit 77740a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This package is available in the Node Package Repository and can be easily insta
```bash
$ git clone https://github.com/NodeSecure/report.git
$ cd report
$ npm ci
$ npm i
$ npm link
```

Expand Down

0 comments on commit 77740a3

Please sign in to comment.