From 05f4aaef2ee8df12c57d70d46e235367b5f64dda Mon Sep 17 00:00:00 2001 From: Aaron Freidus Date: Fri, 27 Oct 2017 14:12:54 -0400 Subject: [PATCH] Update README.md to include npm as option for installing. (#523) * add npm as option for installing * Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3e2a4a0..7778e92 100644 --- a/README.md +++ b/README.md @@ -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