From fe74f70c4cdfa53b00df5e3247b526c0bd1c0199 Mon Sep 17 00:00:00 2001 From: pwlin Date: Thu, 25 Sep 2014 20:27:28 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7375f42..cd0a288 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,22 @@ -A File Opener Plugin for Cordova +A File Opener Plugin for Cordova (The Original Version) ========================== This plugin will open a file on your device file system with its default application. Requirements ------------- -- Android 4+ / iOS 6+ +- Android 4 or higher / iOS 6 or higher - Cordova 3.0 or higher Installation ------------- cordova plugin add [url-of-the-git-repo] + +PhoneGap Build +--------------- +This Plugin is also available in PhoneGap Build Repository. Go to [https://build.phonegap.com/](https://build.phonegap.com/) +And search for `io.github.pwlin.cordova.plugins.fileopener2` +(There are a couple of other forks out there which are mostly out of date. Make sure to download the one with the exact same id as mentioned above) + Usage ------