Skip to content

Commit

Permalink
Example fix (arr instead of obj)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensoars committed Apr 18, 2016
1 parent c321313 commit 3a3561e
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 @@ -33,7 +33,7 @@ var https = reqs.https,

ES 2016
```js
const {https, http} = require('reqqer')({https, http});
const {https, http} = require('reqqer')(['https', 'http']);
```


Expand Down

0 comments on commit 3a3561e

Please sign in to comment.