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

Commit 8e94867

Browse files
committed
Fixes a typo in the top codepushsync link
1 parent 661adce commit 8e94867

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This plugin provides client-side integration for the [CodePush service](https://
44

55
The CodePush React Native API provides two primary mechanisms for discovering updates and dynamically applying them within your apps:
66

7-
1. [**Sync mode**](#codePushssync), which allows you to call a single method--presumably as part of mounting your app's root component or in response to a button click--that will automatically check for an update, download and apply it, while respecting the policies and metadata associated with each release (e.g. if the release is mandatory then it doesn't give the end-user the option to ignore it)
7+
1. [**Sync mode**](#codepushsync), which allows you to call a single method--presumably as part of mounting your app's root component or in response to a button click--that will automatically check for an update, download and apply it, while respecting the policies and metadata associated with each release (e.g. if the release is mandatory then it doesn't give the end-user the option to ignore it)
88
2. [**Advanced mode**](#codepushcheckforupdate), which provides a handful of "low-level" methods which give you complete control over the update experience, at the cost of added complexity.
99

1010
When getting started using CodePush, we would recommended using the sync mode until you discover that it doesn't suit your needs. That said, if you have a user scenario
@@ -102,7 +102,7 @@ The simplest way to do this is to perform the following in your app's root compo
102102
```
103103
104104
If an update is available, a dialog will be displayed to the user asking them if they would like to install it. If the update was marked as mandatory, then the dialog will
105-
omit the option to decline installation. The `sync` method takes a handful of options to customize this experience, so refer to its [API reference](#codePushsync) if you'd like to tweak its default behavior.
105+
omit the option to decline installation. The `sync` method takes a handful of options to customize this experience, so refer to its [API reference](#codepushsync) if you'd like to tweak its default behavior.
106106
107107
## Releasing code updates
108108
@@ -283,4 +283,4 @@ The `RemotePackage` inherits all of the same properties as the `LocalPackage`, b
283283
* Open `CodePushDemoApp.xcodeproj` in Xcode
284284
* Navigate to the test explorer (small grey diamond near top left)
285285
* Click on the 'play' button next to CodePushDemoAppTests
286-
* After the tests are completed, green ticks should appear next to the test cases to indicate success
286+
* After the tests are completed, green ticks should appear next to the test cases to indicate success

0 commit comments

Comments
 (0)