Skip to content

Commit

Permalink
docs(README): Replace --save option with --save-dev (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelsky authored and paulmelnikow committed Oct 1, 2019
1 parent 59b345c commit 2d15d05
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 @@ -103,7 +103,7 @@ Nock works by overriding Node's `http.request` function. Also, it overrides `htt
## Install

```sh
$ npm install --save nock
$ npm install --save-dev nock
```

### Node version support
Expand Down

0 comments on commit 2d15d05

Please sign in to comment.