From c95265e90abbc55ffb76bb72dec21bc0793eba2b Mon Sep 17 00:00:00 2001 From: Gabriel Fiocchi Date: Fri, 27 Jan 2017 12:02:03 -0300 Subject: [PATCH] update readme.md --- README.md | 48 ++++++++++++++---------------------------------- 1 file changed, 14 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 118f916..d48acce 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,20 @@ Note: This is not an official Google product. ## Installation Execute from the projects root folder: + ``` $ cordova plugin add cordova-plugin-browsertab-themeable + ``` + +Or install a specific version: +``` + $ cordova plugin add cordova-plugin-browsertab-themeable@VERSION +``` + +Or install the latest head version: +``` +$ cordova plugin add https://github.com/gabfiocchi/cordova-plugin-browsertab.git + +``` ## About @@ -64,37 +77,4 @@ Complete example with fallback handling: error.textContent = "failed to query availability of in-app browser tab"; error.style.display = ''; }); - }); - - \ No newline at end of file + }); \ No newline at end of file