From d5112bd362afcd8b666f12f7e00f55fbfe42deb2 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Wed, 30 Dec 2015 09:40:29 -0800 Subject: [PATCH] Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c752d2d..37b847b 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ codePush.checkForUpdate() codePush.getCurrentPackage(): Promise; ``` -Retrieves the metadata about the currently installed "package" (e.g. description, installation time). This can be useful for scenarios such as displaying a "what's new?" dialog after an update has been applied, and checking whether there is a pending update that is waiting to be applied via a resume or restart. +Retrieves the metadata about the currently installed "package" (e.g. description, installation time). This can be useful for scenarios such as displaying a "what's new?" dialog after an update has been applied or checking whether there is a pending update that is waiting to be applied via a resume or restart. This method returns a `Promise` which resolves to the [`LocalPackage`](#localpackage) instance that represents the currently running update.