Updated Branches: refs/heads/master 96a3bc7ee -> 932e8c6cf
cordova create "Hello World" -> "HelloWorld" Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/932e8c6c Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/932e8c6c Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/932e8c6c Branch: refs/heads/master Commit: 932e8c6cf762e1fd5509211f728237e25d6d0cbb Parents: 64fee82 Author: Andrew Grieve <[email protected]> Authored: Thu Aug 1 16:42:38 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Thu Aug 1 16:49:49 2013 -0400 ---------------------------------------------------------------------- docs/en/3.0.0/guide/cli/index.md | 4 ++-- docs/en/3.0.0/guide/platforms/android/index.md | 2 +- docs/en/3.0.0/guide/platforms/blackberry/index.md | 2 +- docs/en/3.0.0/guide/platforms/ios/index.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/932e8c6c/docs/en/3.0.0/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/docs/en/3.0.0/guide/cli/index.md b/docs/en/3.0.0/guide/cli/index.md index b9d0455..1f94040 100644 --- a/docs/en/3.0.0/guide/cli/index.md +++ b/docs/en/3.0.0/guide/cli/index.md @@ -72,7 +72,7 @@ To install the `cordova` command-line tool, follow these steps: Go to the directory where you maintain your source code, and run a command such as the following: - $ cordova create HelloWorld com.example.hello "Hello World" + $ cordova create HelloWorld com.example.hello "HelloWorld" The first argument specifies a _HelloWorld_ directory to be generated for your project. Its `www` subdirectory houses your application's @@ -83,7 +83,7 @@ distribute the application. The other two arguments are optional: the `com.example.hello` argument provides your project with a reverse domain-style identifier, and the -`"Hello World!"` provides the application's display text. You can edit +`"HelloWorld!"` provides the application's display text. You can edit both of these values later in the `config.xml` file. ## Add Platforms http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/932e8c6c/docs/en/3.0.0/guide/platforms/android/index.md ---------------------------------------------------------------------- diff --git a/docs/en/3.0.0/guide/platforms/android/index.md b/docs/en/3.0.0/guide/platforms/android/index.md index ddad02e..63673f0 100644 --- a/docs/en/3.0.0/guide/platforms/android/index.md +++ b/docs/en/3.0.0/guide/platforms/android/index.md @@ -103,7 +103,7 @@ run: Use the `cordova` utility to set up a new project, as described in The Cordova The Command-line Interface. For example, in a source-code directory: - $ cordova create hello com.example.hello "Hello World" + $ cordova create hello com.example.hello "HelloWorld" $ cd hello $ cordova platform add android $ cordova build http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/932e8c6c/docs/en/3.0.0/guide/platforms/blackberry/index.md ---------------------------------------------------------------------- diff --git a/docs/en/3.0.0/guide/platforms/blackberry/index.md b/docs/en/3.0.0/guide/platforms/blackberry/index.md index 07998ee..3c8f407 100644 --- a/docs/en/3.0.0/guide/platforms/blackberry/index.md +++ b/docs/en/3.0.0/guide/platforms/blackberry/index.md @@ -128,7 +128,7 @@ Build the Cordova sample project by typing `./cordova/build <target>` in your co blackberry.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager These correspond to parameters you specify when building your project. -The first time you run these commands, they generate a "Hello World" +The first time you run these commands, they generate a "HelloWorld" application: cordova/build playbook http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/932e8c6c/docs/en/3.0.0/guide/platforms/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/3.0.0/guide/platforms/ios/index.md b/docs/en/3.0.0/guide/platforms/ios/index.md index d92045c..92a813f 100644 --- a/docs/en/3.0.0/guide/platforms/ios/index.md +++ b/docs/en/3.0.0/guide/platforms/ios/index.md @@ -74,7 +74,7 @@ __Install__ button next to the __Command Line Tools__ listing. Use the `cordova` utility to set up a new project, as described in The Cordova The Command-line Interface. For example, in a source-code directory: - $ cordova create hello com.example.hello "Hello World" + $ cordova create hello com.example.hello "HelloWorld" $ cd hello $ cordova platform add android $ cordova prepare # or "cordova build"
