From 24be0ba6bc35502197aa9b5b0e43ad277ed7d4ec Mon Sep 17 00:00:00 2001 From: Femi Oladeji Date: Sun, 12 Jul 2020 12:41:41 +0200 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb2f25e..b20f962 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ [![Package Quality](http://npm.packagequality.com/shield/react-slideshow-image.svg)](http://packagequality.com/#?package=react-slideshow-image) [![downloads](https://img.shields.io/npm/dm/react-slideshow-image.svg)](https://www.npmjs.com/package/react-slideshow-image) -A simple slideshow component built with react that supports slide, fade and zoom effects +A simple slideshow component built with react that supports slide, fade and zoom effects. For full documentation click [here](https://react-slideshow.herokuapp.com) -Installation +## Installation ``` npm install react-slideshow-image -S ```