We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38d718 commit 9d82712Copy full SHA for 9d82712
README.md
@@ -19,7 +19,7 @@ yarn add react-flickity-component
19
20
```javascript
21
// Commonjs
22
-const Flickity = require('flickity');
+const Flickity = require('react-flickity-component');
23
// Or for ES2015 module
24
import Flickity from 'react-flickity-component'
25
0 commit comments