Skip to content

Commit

Permalink
show destructuring asignment in CJS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Nov 14, 2017
1 parent f3f30de commit 862b0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ npm install --save luxon
```

```js
var luxon = require('luxon');
const { DateTime } = require('luxon');
```

## AMD (System.js, RequireJS, etc)
Expand Down

0 comments on commit 862b0eb

Please sign in to comment.