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