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 +````