Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greatbsky committed Jan 15, 2017
1 parent f414560 commit 5b247fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
![](https://raw.githubusercontent.com/greatbsky/react-native-pull-demo/master/PullViewDemo/image/demo.gif)

## `PullView` Usage
1. Run `npm install react-native-pull --save`
1. Run `npm install react-native-pull@latest --save`
2. Code like this:
```
import {PullView} from 'react-native-pull';
Expand All @@ -43,7 +43,7 @@
![](https://raw.githubusercontent.com/greatbsky/react-native-pull-demo/master/PullListDemo/image/demo.gif)

## `PullList` Usage
1. Run `npm install react-native-pull --save`
1. Run `npm install react-native-pull@latest --save`
2. Code like this:
```
import {PullList} from 'react-native-pull';
Expand Down

0 comments on commit 5b247fa

Please sign in to comment.