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

Commit 913cc49

Browse files
committed
Fixing typo
1 parent 9aafc2a commit 913cc49

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This plugin provides client-side integration for the [CodePush service](http://c
1717
* [Java API Reference (Android)](#java-api-reference-android)
1818
* [Debugging / Troubleshooting](#debugging--troubleshooting)
1919
* [Example Apps / Starters](#example-apps--starters)
20-
* [Multi-Deployment Releases](#multi-deplyoment-releases)
20+
* [Multi-Deployment Releases](#multi-deployment-releases)
2121
* [Continuous Integration / Delivery](#continuous-integration--delivery)
2222

2323
## How does it work?
@@ -199,6 +199,8 @@ To let the CodePush runtime know which deployment it should query for updates ag
199199
200200
![Deployment list](https://cloud.githubusercontent.com/assets/116461/11601733/13011d5e-9a8a-11e5-9ce2-b100498ffb34.png)
201201
202+
In order to effectively make use of the `Staging` and `Production` deployments that were created along with your CodePush app, refer to the [multi-deployment releases](#multi-deployment-releases) docs below before actually moving your app's usage of CodePush into production.
203+
202204
## Android Setup
203205

204206
In order to integrate CodePush into your Android project, perform the following steps:
@@ -294,6 +296,8 @@ public class MainActivity extends ReactActivity {
294296
}
295297
```
296298

299+
In order to effectively make use of the `Staging` and `Production` deployments that were created along with your CodePush app, refer to the [multi-deployment releases](#multi-deployment-releases) docs below before actually moving your app's usage of CodePush into production.
300+
297301
## Windows Setup
298302

299303
Once you've acquired the CodePush plugin, you need to integrate it into the Visual Studio project of your React Native app and configure it correctly. To do this, take the following steps:
@@ -1090,4 +1094,4 @@ Additionally, if you want to give them seperate names and/or icons, you can modi
10901094
In addition to being able to use the CodePush CLI to "manually" release updates, we believe that it's important to create a repeatable and sustainable solution for contiously delivering updates to your app. That way, it's simple enough for you and/or your team to create and maintain the rhythm of performing agile deployments. In order to assist with seting up a CodePush-based CD pipeline, refer to the following integrations with various CI servers:
10911095
10921096
* [Visual Studio Team Services](https://marketplace.visualstudio.com/items?itemName=ms-vsclient.code-push) - *NOTE: VSTS also has extensions for publishing to [HockeyApp](https://marketplace.visualstudio.com/items?itemName=ms.hockeyapp) and the [Google Play](https://github.com/Microsoft/google-play-vsts-extension) store, so it provides a pretty great mobile CD solution in general.*
1093-
* [Travis CI](https://github.com/mondora/code-push-travis-cli)
1097+
* [Travis CI](https://github.com/mondora/code-push-travis-cli)

0 commit comments

Comments
 (0)