You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/11/30 23:02:15 UTC

webworks commit: Updating readme

Updated Branches:
  refs/heads/master 1cf79b079 -> d3e566f12


Updating readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/d3e566f1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/d3e566f1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/d3e566f1

Branch: refs/heads/master
Commit: d3e566f12826507a329d73a9658244b136856747
Parents: 1cf79b0
Author: Tim Kim <ti...@adobe.com>
Authored: Fri Nov 30 14:02:06 2012 -0800
Committer: Tim Kim <ti...@adobe.com>
Committed: Fri Nov 30 14:02:06 2012 -0800

----------------------------------------------------------------------
 README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/d3e566f1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c23c110..b504c42 100644
--- a/README.md
+++ b/README.md
@@ -80,8 +80,8 @@ the note above, please make sure you edit the `project.properties` file
 inside your application directory appropriately otherwise these commands
 will not work!
 
-    ./cordova/debug ............................ install to a connected device or simulator
-    ./cordova/emulate .......................... install to a simulator
+    ./cordova/run ............................ install to a connected device or simulator
+    ./cordova/build .......................... build project, but do not deploy to simulator or device
 
 
 (Legacy) Creating a New Cordova Project