From 2686c86ac36553741210d08f858e970fe3fc12d3 Mon Sep 17 00:00:00 2001 From: pwlin Date: Sat, 27 Sep 2014 22:25:58 +0200 Subject: [PATCH] Fixed the typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d6a223..8d5763b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Uninstall a package with its id. ###.appIsInstalled(_packageId, callbackContext_) Check if an app is already installed. - cordova.plugins.fileOpener2.isAppInstalled('com.adobe.reader', { + cordova.plugins.fileOpener2.appIsInstalled('com.adobe.reader', { success : function(res) { if (res.status === 0) { console.log('Adobe Reader is not installed.');