From 0214876a64e3cce82f936d815d38faf34cf3da65 Mon Sep 17 00:00:00 2001 From: Pedro Belo Date: Mon, 4 Dec 2017 22:57:14 -0800 Subject: [PATCH] fix description, the __RN_CONFIG is a prefix fix #177 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe87897..ebfd5cf 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ NSString *apiUrl = [ReactNativeConfig envFor:@"API_URL"]; NSDictionary *config = [ReactNativeConfig env]; ``` -They're also available for configuration in `Info.plist`, by appending `__RN_CONFIG_` to their name: +They're also available for configuration in `Info.plist`, by prepending `__RN_CONFIG_` to their name: ``` __RN_CONFIG_API_URL