From 9f28f1cb7b27cea3966d038a5f3232b480845a78 Mon Sep 17 00:00:00 2001 From: Vinay M Date: Thu, 23 Jun 2016 09:44:41 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index bac749e..bc175dc 100644 --- a/Readme.md +++ b/Readme.md @@ -2,6 +2,12 @@ A simple and slim multi-lingual component for React with Redux without react-intl or react-i18n +## Install + +```` +npm i react-redux-multilingual --save +```` + ## Wiring it up ```` @@ -75,4 +81,4 @@ App.contextTypes = { } module.exports = App -```` \ No newline at end of file +````