diff --git a/1224/react-i18next.md b/1224/react-i18next.md index 7a9ea9cb24bdcae1bf1e5effd89242f3bedce914..ff9dacb4abd33b280fcaf1e25c9dd7fe668c4b07 100644 --- a/1224/react-i18next.md +++ b/1224/react-i18next.md @@ -18,10 +18,21 @@ +#### **yarn** + +```bash + +yarn add i18next@^23.2.3 +yarn add react-i18next@^14.0.0 + +``` #### **npm** ```bash + +npm install i18next@^23.2.3 npm install react-i18next@^14.0.0 + ```