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

Commit 3aa62ab

Browse files
author
Will Anderson
committed
Link to details from summary section
1 parent 7c10a9a commit 3aa62ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ This change allows Code Push to load the updated app location after an update ha
3131
Methods
3232
---
3333

34-
* checkForUpdate: Checks the service for updates
35-
* notifyApplicationReady: Notifies the plugin that the update operation succeeded.
36-
* getCurrentPackage: Gets information about the currently applied package.
34+
* [checkForUpdate](#codepushcheckforupdate): Checks the service for updates
35+
* [notifyApplicationReady](#codepushnotifyapplicationready): Notifies the plugin that the update operation succeeded.
36+
* [getCurrentPackage](#codepushgetcurrentpackage): Gets information about the currently applied package.
3737

3838
Objects
3939
---
4040

41-
* LocalPackage: Contains information about a locally installed package.
42-
* RemotePackage: Contains information about an updated package available for download.
41+
* [LocalPackage](#localpackage): Contains information about a locally installed package.
42+
* [RemotePackage](#remotepackage): Contains information about an updated package available for download.
4343

4444
Getting Started:
4545
---

0 commit comments

Comments
 (0)