2
0
mirror of https://github.com/therootcompany/request.js synced 2025-02-21 13:38:04 +00:00

add --save

This commit is contained in:
AJ ONeal 2018-06-19 04:18:18 +00:00
parent eba81d0fc9
commit 554890a809

View File

@ -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.
```bash
npm install @coolaj86/urequest
npm install --save @coolaj86/urequest
```
```js