Skip to content

Commit a26290d

Browse files
authored
Update readme to reflect flickity as peer dependency
1 parent 9d82712 commit a26290d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ A React.js Flickity component.
1010
# Install:
1111

1212
```shell
13-
npm install react-flickity-component --save
14-
// Or
15-
yarn add react-flickity-component
13+
# you need to install flickity as peer dependency
14+
npm install flickity
15+
npm install react-flickity-component
1616
```
1717

1818
# Usage:

0 commit comments

Comments
 (0)