From b610e1532a1b64b41f1283f6c5b918d17ba48466 Mon Sep 17 00:00:00 2001 From: Guillaume Jasmin Date: Sat, 1 Sep 2018 03:28:13 +0200 Subject: [PATCH] docs remove next tag install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f11a032..d687344 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Higher Order Components for [ReactTable](https://react-table.js.org). It make po ## Install ```bash -npm install react-table-hoc-fixed-columns@next --save +npm install react-table-hoc-fixed-columns --save ```