From 3cc0be7c42d990559fcef437c54ff080a76b5c24 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Mon, 23 May 2016 18:11:27 -0700 Subject: [PATCH] Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa8e636..203bba8 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ We hope to eventually remove the need for steps #2-4, but in the meantime, RNPM pod 'CodePush', :path => './node_modules/react-native-code-push' ``` - CodePush depends on an internal copy of the `SSZipArchive` library, so if your project already includes that (either directly or via a transitive dependency), then you can install a version of CodePush which excludes its by using the following subspec: + CodePush depends on an internal copy of the `SSZipArchive` library, so if your project already includes that (either directly or via a transitive dependency), then you can install a version of CodePush which excludes it by using the following subspec: ```ruby pod 'CodePush', :path => './node_modules/react-native-code-push', :subspecs => ['NoZip']