Update README.md (#38)

Bug fix in installation docs
This commit is contained in:
George Lima 2017-01-23 16:22:11 -03:00 committed by Tanner Linsley
parent ab9d67d2d9
commit de1c8a6156

View File

@ -57,7 +57,7 @@
```bash
$ npm install react-table
# or
$ yarn react-table
$ yarn add react-table
```
2. Import the `react-table` module
```javascript