From 3eaf4eb605a6ed6f2e65d34064461480e85d38a2 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 20 Aug 2019 07:51:35 -0600 Subject: [PATCH] Update installation.md --- docs/installation.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 9b2be06..d2d297f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,15 +1,17 @@ # Installation -Install React Table as a dependency using `npm` or `yarn` +Install the React Table v7 Alpha as a dependency using `npm` or `yarn` ```bash # NPM -$ npm install react-table +$ npm install react-table@next # Yarn -$ yarn add react-table +$ yarn add react-table@next ``` +> NOTE: `@next` is only required tempororarily while work on the alpha and beta versions are still shifting. + To import React Table: ```js