Skip to content

Commit

Permalink
fix error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
femioladeji committed Jun 28, 2020
1 parent 957ca2b commit f38c22e
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 @@ -18,7 +18,7 @@ yarn add react-slideshow-image

You need to import the css style, you can do that by adding to your main css file
```css
@import "~react-slideshow-image/dist/styles.css";
@import "react-slideshow-image/dist/styles.css";

```
or import it in your js file
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-slideshow-image",
"version": "2.0.0",
"version": "2.0.1",
"author": "Femi Oladeji",
"description": "An image slideshow with react",
"files": [
Expand Down

0 comments on commit f38c22e

Please sign in to comment.