Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 60d27b8d8 -> 4a0442b95


Adding links to guide content and reference content at the top of the readme 
file
Github: close #163


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/4a0442b9
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/4a0442b9
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/4a0442b9

Branch: refs/heads/master
Commit: 4a0442b95a3628103326d58eb74b8ae299dd9ff8
Parents: 60d27b8
Author: Norm Estabrook <[email protected]>
Authored: Wed Apr 27 14:31:18 2016 -0700
Committer: daserge <[email protected]>
Committed: Mon Aug 22 18:03:14 2016 +0300

----------------------------------------------------------------------
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/4a0442b9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9781ebc..e7e9697 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,10 @@ description: Open an in-app browser window.
 
 # cordova-plugin-inappbrowser
 
+You can show helpful articles, videos, and web resources inside of your app. 
Users can view web pages without leaving your app.
+
+> To get a few ideas, check out the [sample](#sample) at the bottom of this 
page or go straight to the [reference](#reference) content.
+
 This plugin provides a web browser view that displays when calling 
`cordova.InAppBrowser.open()`.
 
     var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 
'location=yes');
@@ -65,7 +69,7 @@ Although `window.open` is in the global scope, InAppBrowser 
is not available unt
 Report issues with this plugin on the [Apache Cordova issue 
tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20InAppBrowser%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
 
 
-
+## <a id="reference">Reference
 ## Installation
 
     cordova plugin add cordova-plugin-inappbrowser


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to