From 3aa62aba455dd644c510a1c6919db8a4ec6977c8 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Mon, 5 Oct 2015 10:32:15 -0700 Subject: [PATCH] Link to details from summary section --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9c94b2f..02bc292 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,15 @@ This change allows Code Push to load the updated app location after an update ha Methods --- -* checkForUpdate: Checks the service for updates -* notifyApplicationReady: Notifies the plugin that the update operation succeeded. -* getCurrentPackage: Gets information about the currently applied package. +* [checkForUpdate](#codepushcheckforupdate): Checks the service for updates +* [notifyApplicationReady](#codepushnotifyapplicationready): Notifies the plugin that the update operation succeeded. +* [getCurrentPackage](#codepushgetcurrentpackage): Gets information about the currently applied package. Objects --- -* LocalPackage: Contains information about a locally installed package. -* RemotePackage: Contains information about an updated package available for download. +* [LocalPackage](#localpackage): Contains information about a locally installed package. +* [RemotePackage](#remotepackage): Contains information about an updated package available for download. Getting Started: ---