From 8dc2a1077af186721e6b1c2307c624ee7a99bc59 Mon Sep 17 00:00:00 2001 From: Jan Muehlemann Date: Wed, 6 Feb 2019 10:37:21 +0100 Subject: [PATCH] update readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7550c62a9..4ab59392b 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ ### IMPORTANT: -Master Branch is now the v10 using hooks. +Master Branch is the new v10 using hooks. ```bash -$ v10.0.0-alpha.1 -npm i react-i18next@next +$ v10.0.0 +npm i react-i18next ``` -For the current published version please use the [v9.x.x Branch](https://github.com/i18next/react-i18next/tree/v9.x.x) +For the legacy version please use the [v9.x.x Branch](https://github.com/i18next/react-i18next/tree/v9.x.x) ```bash -$ v9.0.10 (latest) -npm i react-i18next +$ v9.0.10 (legacy) +npm i react-i18next@legacy ``` ### Documentation @@ -121,7 +121,7 @@ $ npm install react-i18next ### Requirements -- react >= **16.7.0-alpha.2** +- react >= **16.8.0** - i18next >= **10.0.0** #### v9