Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 3cc0be7

Browse files
committed
Fixing typo
1 parent 58f0bfc commit 3cc0be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ We hope to eventually remove the need for steps #2-4, but in the meantime, RNPM
118118
pod 'CodePush', :path => './node_modules/react-native-code-push'
119119
```
120120

121-
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:
121+
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:
122122

123123
```ruby
124124
pod 'CodePush', :path => './node_modules/react-native-code-push', :subspecs => ['NoZip']

0 commit comments

Comments
 (0)