From 75eb5df3f7ddb86a913dc63bda8d814d70b0b64a Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Mon, 10 Jul 2017 21:06:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bce5e17..4f7ae6d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ If you're having any issue you can also try to install the library manually as f After installing the npm package, add the following line to your Podfile ```ruby -pod 'RNI18n', :path => 'node_modules/react-native-i18n' +pod 'RNI18n', :path => '../node_modules/react-native-i18n' ``` and run