Skip to content

Commit

Permalink
Update readme with new library name
Browse files Browse the repository at this point in the history
  • Loading branch information
mnogueron committed Mar 19, 2019
1 parent 3e2dbec commit 649a9cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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() {
Expand Down

0 comments on commit 649a9cd

Please sign in to comment.