Skip to content

Commit

Permalink
Better example titles
Browse files Browse the repository at this point in the history
  • Loading branch information
opensoars committed Mar 8, 2016
1 parent edd3167 commit c87d734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requires made easy.

## Use

Old way
ES 2015
```js
var reqs = require('reqqer')({
https: 'https',
Expand All @@ -31,7 +31,7 @@ var https = reqs.https,
http = reqs.http;
```

New way
ES 2016
```js
const {https, http} = require('reqqer')({https, http});
```
Expand Down

0 comments on commit c87d734

Please sign in to comment.