Updated Branches: refs/heads/cordova-client 3bb7ff68f -> 8837e000d
doc tweaks Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/commit/8837e000 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/tree/8837e000 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/diff/8837e000 Branch: refs/heads/cordova-client Commit: 8837e000d37fc9fcef120d1a17c2a24957cf4956 Parents: 96de0b7 Author: Mike Reinstein <reinstein.m...@gmail.com> Authored: Tue Sep 11 16:15:17 2012 -0400 Committer: Mike Reinstein <reinstein.m...@gmail.com> Committed: Tue Sep 11 16:15:17 2012 -0400 ---------------------------------------------------------------------- README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/8837e000/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index d8ff97d..e6be619 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ cd cordova-client sudo npm install -g ``` -the -g flag installs cordova globally, so you can access the tool via `scordova` +the -g flag installs cordova globally, so you can access the tool via `cordova` ## Subcommands format | description :------------ | :------------- -`create <directory> [<id> []<name>]]` | create a new cordova project with optional name and id +`create <directory> [<id> [<name>]]` | create a new cordova project with optional name and id `platform ls` | list all platforms the project will build `platform add <platform>` | add a platform as a build target for the project `platform remove <platform>` | removes a platform as a build target for the project @@ -103,7 +103,7 @@ cordova build The directory structure of KewlApp now looks like this: KewlApp/ - |-.cordova/ + |- .cordova/ |- platforms/ |- android/ | `- â¦