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

Commit 2141e72

Browse files
committed
Minor text changes
1 parent 884b208 commit 2141e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In order to ensure that your end users always have a functioning version of your
3838

3939
We try our best to maintain backwards compatability of our plugin with previous versions of React Native, but due to the nature of the platform, and the existence of breaking changes between releases, it is possible that you need to use a specific version of the CodePush plugin in order to support the exact version of React Native you are using. The following table outlines which CodePush plugin versions officially support the respective React Native versions:
4040

41-
| React Native version(s) | Supporting CodePush version |
41+
| React Native version(s) | Supporting CodePush version(s) |
4242
|-------------------------|------------------------------------------------|
4343
| <0.14.0 | **Unsupported** |
4444
| v0.14.0 | v1.3.0 *(introduced Android support)* |
@@ -65,7 +65,7 @@ Once you've acquired the CodePush plugin, you need to integrate it into the Xcod
6565
### Plugin Installation (iOS)
6666

6767
1. Open your app's Xcode project
68-
2. Find the `CodePush.xcodeproj` file within the `node_modules/react-native-code-push/ios` directory (for <=1.7.3-beta installations, it's located in `node_modules/react-native-code-push`) and drag it into the `Libraries` node in Xcode
68+
2. Find the `CodePush.xcodeproj` file within the `node_modules/react-native-code-push/ios` directory (or `node_modules/react-native-code-push` for <=`1.7.3-beta` installations) and drag it into the `Libraries` node in Xcode
6969

7070
![Add CodePush to project](https://cloud.githubusercontent.com/assets/8598682/13368613/c5c21422-dca0-11e5-8594-c0ec5bde9d81.png)
7171

0 commit comments

Comments
 (0)