updated Readme, namespace and name tag

This commit is contained in:
Steven Gill
2013-07-24 14:43:39 -07:00
parent 48a49679b9
commit a13d215c4c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="org.apache.cordova.core.inappbrowser"
version="0.1.0">
<name>InAppBrowser</name>
@@ -8,6 +8,7 @@
<license>Apache 2.0</license>
<keywords>cordova,in,app,browser,inappbrowser</keywords>
<js-module src="www/InAppBrowser.js" name="InAppBrowser">
<clobbers target="window.open" />
</js-module>