Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: install sinon-chai as a dev dependency (#135)
Update readme to add `--save-dev` to the `npm install` command.
  • Loading branch information
Ben Limmer authored and simondel committed Nov 27, 2018
1 parent fc33f68 commit fb4f82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -127,7 +127,7 @@ describe("hello", function () {

### Node

Do an `npm install sinon-chai` to get up and running. Then:
Do an `npm install --save-dev sinon-chai` to get up and running. Then:

```javascript
var chai = require("chai");
Expand Down

0 comments on commit fb4f82a

Please sign in to comment.