Skip to content

Commit

Permalink
Merge pull request #151 from aksonov/next
Browse files Browse the repository at this point in the history
Update installation instructions
  • Loading branch information
iRoachie authored Dec 27, 2017
2 parents e80d86f + 1f552c9 commit 1bd104f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@
## Installation

1. Installation
* Using npm: `npm install https://github.com/iRoachie/react-native-tableview
--save`
* Using yarn: `yarn add https://github.com/iRoachie/react-native-tableview`
* Using npm: `npm install react-native-tableview --save`
* Using yarn: `yarn add react-native-tableview`
2. Link
* `react-native link react-native-tableview`
* If fails, follow manual linking steps below
Expand Down

0 comments on commit 1bd104f

Please sign in to comment.