Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pau1fitz committed Oct 1, 2018
1 parent 9bae684 commit afc43a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ const Slideshow = require('react-slidez');
useDotIndex
slideInterval={2000}
defaultIndex={1}
slides=['1.jpg', '2.jpg']
slides={['1.jpg', '2.jpg']}
effect={'fade'}
height={'100%'}
width={'100%'}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-slidez",
"version": "0.0.29",
"version": "0.0.30",
"description": "React Slideshow Component",
"main": "build/index.js",
"keywords": ["react", "slideshow"],
Expand Down

0 comments on commit afc43a3

Please sign in to comment.