Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed May 8, 2018
1 parent 4489093 commit 25219f4
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 @@ -65,10 +65,10 @@ You may then import the `easydropdown()` factory function into your project's mo
import easydropdown from 'easydropdown';

// CommonJS
var easydropdown = require('easydropdown');
const easydropdown = require('easydropdown');

// AMD/RequireJS
define(['easydropdown/bundles/easydropdown.js'] , function(easydropdown) {
define(['easydropdown/bundles/easydropdown.js'] , easydropdown => {
...
});
```
Expand Down

0 comments on commit 25219f4

Please sign in to comment.