Skip to content

Commit 3bda6c3

Browse files
authored
readme: fix default import statement
1 parent fe9a109 commit 3bda6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bower install mojs-curve-editor
2929
Import `MojsCurveEditor` constructor to your code (depends on your environment) :
3030

3131
```javascript
32-
const MojsCurveEditor = require('mojs-player').default;
32+
const MojsCurveEditor = require('mojs-curve-editor').default;
3333
// or
3434
import MojsCurveEditor from 'mojs-curve-editor';
3535
```

0 commit comments

Comments
 (0)