add --save
This commit is contained in:
parent
eba81d0fc9
commit
554890a809
|
@ -9,7 +9,7 @@ Written from scratch.
|
||||||
µRequest is designed to be a drop-in replacement for request. It supports HTTPS and follows redirects by default.
|
µRequest is designed to be a drop-in replacement for request. It supports HTTPS and follows redirects by default.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install @coolaj86/urequest
|
npm install --save @coolaj86/urequest
|
||||||
```
|
```
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in New Issue