You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/07/24 20:42:58 UTC

git commit: updated nametag and readme

Updated Branches:
  refs/heads/dev [created] 38202439f


updated nametag and readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/38202439
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/38202439
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/38202439

Branch: refs/heads/dev
Commit: 38202439fbfd67f1ceb532e5f319a23b292eea00
Parents: 43e6533
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 11:42:32 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Jul 24 11:42:32 2013 -0700

----------------------------------------------------------------------
 README.md  | 2 +-
 plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/38202439/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1e48802..4bd5977 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,4 @@ cordova-plugin-device-motion
 Standalone plugin to be used together with cordova-pluman, to install into cordova native projects.
 To install this plugin, follow the [Command-line Interface Guide](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface).
 
-If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/guide_plugin_ref_plugman.md.html).
+If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html).

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/38202439/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a987f0b..6f8baca 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
            id="org.apache.cordova.core.device-motion"
       version="0.1.0">
 	
-    <name>Device Motion</name>
+    <name>devicemotion</name>
 
     <js-module src="www/Acceleration.js" name="Acceleration">
         <clobbers target="Acceleration" />