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 12:12:54 -06:00
committed by Tanner Linsley
parent 2b9c546132
commit 05f4aaef2e
+4
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