Skip to content

Commit 871f360

Browse files
committed
fix docu
1 parent de69817 commit 871f360

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Brings a better control for user and increase use experience.
66

77
![ScreenShot](/example.png)
88

9-
build with react 15.x
9+
supports react 15.x and 16.x
1010

1111
[![npm package](https://nodei.co/npm/react-list-scroll-bound.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-list-scroll-bound/)
1212
[![NPM](https://nodei.co/npm-dl/react-list-scroll-bound.png?months=6&height=3)](https://www.npmjs.com/package/react-list-scroll-bound)
@@ -39,7 +39,7 @@ default tagName is `<ul>`
3939

4040
```
4141

42-
### get scroll event
42+
### get events
4343

4444
```jsx
4545

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-list-scroll-bound",
3-
"version": "16.0.0",
3+
"version": "16.0.1",
44
"description": "prevent body scrolling, if list border reached, to get a better experience",
55
"main": "dist/listScrollBound.js",
66
"repository": {

0 commit comments

Comments
 (0)