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

Commit 43bf51c

Browse files
committed
Minor fixes
1 parent 2865f7b commit 43bf51c

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
@@ -17,7 +17,7 @@ The CodePush plugin helps get product improvements in front of your end-users in
1717
- iOS
1818
- Android
1919

20-
*Note: CodePush 1.3.0 requires v0.14.0+ of React Native, and CodePush 1.4.0 requires v0.15.0+ of React Native, so make sure you are using the right version of the CodePush plugin.*
20+
*Note: CodePush v1.3.0 requires v0.14.0+ of React Native, and CodePush v1.4.0 requires v0.15.0+ of React Native, so make sure you are using the right version of the CodePush plugin.*
2121

2222
## Getting Started
2323

@@ -188,7 +188,7 @@ Once your app has been configured and distributed to your users, and you've made
188188
1. Execute `react-native bundle` in order to generate the updated JS bundle for your app.
189189
2. Execute `code-push release <appName> <jsBundleFilePath> <appVersion> --deploymentName <deploymentName>` in order to publish the generated JS bundle to the server. Assuming your CWD is the root directory of your React Native app, `<jsBundleFilePath>` could be `iOS/main.jsbundle` for iOS, or `android/app/src/main/assets/index.android.jsbundle` for Android.
190190
191-
And that's it! For more information regarding the CodePush API, including the various options you can pass to the `sync` method, refer to the reference section below. Additionally, for more information regarding the CLI and how the release (or promote and rollback) commands work, refer to it's [documentation](http://microsoft.github.io/code-push/docs/cli.html).
191+
And that's it! For more information regarding the CodePush API, including the various options you can pass to the `sync` method, refer to the reference section below. Additionally, for more information regarding the CLI and how the release (or promote and rollback) commands work, refer to the [documentation](http://microsoft.github.io/code-push/docs/cli.html).
192192
193193
## Releasing asset updates - iOS
194194

0 commit comments

Comments
 (0)