Skip to content

Commit

Permalink
correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
femioladeji committed Jun 28, 2020
1 parent a231026 commit 4b36c2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,18 @@ npm install react-slideshow-image -S
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";

```
or import it in your js file
```js
import 'react-slideshow-image/dist/styles.css'

```


You can use three different effects of the slideshow. Check the [demo](https://react-slideshow.herokuapp.com)

## Slide Effect
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-slideshow-image",
"version": "1.5.3",
"version": "2.0.3",
"author": "Femi Oladeji",
"description": "An image slideshow with react",
"files": [
Expand Down

0 comments on commit 4b36c2e

Please sign in to comment.