Skip to content

Commit 41ff363

Browse files
author
Hadi Ghattas
authored
docs: add --save-dev to npm install command (#1289)
Add --save-dev to npm install command in README.md
1 parent 8c2b25c commit 41ff363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Chai is an _assertion library_, similar to Node's built-in `assert`. It makes te
9494

9595
`chai` is available on [npm](http://npmjs.org). To install it, type:
9696

97-
$ npm install chai
97+
$ npm install --save-dev chai
9898

9999
### Browsers
100100

0 commit comments

Comments
 (0)