Update README.md to include npm as option for installing. (#523)

* add npm as option for installing

* Update README.md
This commit is contained in:
Aaron Freidus 2017-10-27 14:12:54 -04:00 committed by Tanner Linsley
parent 2b9c546132
commit 05f4aaef2e

View File

@ -74,7 +74,11 @@
## Installation
1. Install React Table as a dependency
```bash
# Yarn
$ yarn add react-table
# NPM
$ npm install react-table
```
2. Import the `react-table` module
```javascript