From 649a9cde243341211450c2a8074229af6f750dee Mon Sep 17 00:00:00 2001 From: mnogueron Date: Wed, 20 Mar 2019 00:15:36 +0100 Subject: [PATCH] Update readme with new library name --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a6e68d..7feb62e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react-panzoom +# react-easy-panzoom __🚧 Please be advised that this library is currently under construction and might change quickly 🚧__ Wrapper to enable pan and zoom features for any React component @@ -8,18 +8,18 @@ react-panzoom requires React 16 or later. Using `npm`: ```shell -npm install --save react-panzoom +npm install --save react-easy-panzoom ``` Using `yarn`: ```shell -yarn add react-panzoom +yarn add react-easy-panzoom ``` ## Usage ```js -import PanZoom from 'react-panzoom' +import PanZoom from 'react-easy-panzoom' // ... render() {