Skip to content

Commit

Permalink
Merge pull request #604 from Tsympil/patch-1
Browse files Browse the repository at this point in the history
Fixed CommonJs usage
  • Loading branch information
juliangarnier authored Nov 13, 2019
2 parents e4f805e + aa52410 commit 4d3cae8
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 @@ -43,7 +43,7 @@ import anime from 'animejs/lib/anime.es.js';
#### CommonJS

```javascript
const anime = require('anime');
const anime = require('animejs');
```

#### File include
Expand Down

0 comments on commit 4d3cae8

Please sign in to comment.