You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/07/25 00:13:02 UTC

[07/12] docs commit: [CB-3816 CB-4343] HelloWorld => hello, to avoid confusion w/project name

[CB-3816 CB-4343] HelloWorld => hello, to avoid confusion w/project name


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

Branch: refs/heads/master
Commit: 3d9c8c0d0f23cfde77e5d4ffb62f8c6fd11332bb
Parents: dc47477
Author: Mike Sierra <le...@gmail.com>
Authored: Mon Jul 22 13:31:53 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jul 24 15:11:31 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3d9c8c0d/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index b8ffc4e..42046b2 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -72,9 +72,9 @@ 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 hello com.example.hello "Hello World"
 
-The first argument specifies a _HelloWorld_ directory to be generated
+The first argument specifies a _hello_ directory to be generated
 for your project. Its `www` subdirectory houses your application's
 home page, along with various resources under `css`, `js`, and `img`,
 which follow common web development file-naming conventions. The
@@ -91,7 +91,7 @@ both of these values later in the `config.xml` file.
 All subsequent commands need to be run within the project's directory,
 or any subdirectories within its scope:
 
-        $ cd HelloWorld
+        $ cd hello
 
 Before you can build the project, you need to specify a set of target
 platforms. Your ability to run these commands depends on whether your