diff --git a/doc/readme.md b/doc/readme.md index 34a52dc9c..8256029b3 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -110,8 +110,8 @@ cordova create path [id [name]] [options] | Value | Description | |-------|---------------| | path | Directory which should not already exist. Cordova will create this directory. For more details on the directory structure, see below. | -| id | _Default_: `io.cordova.hellocordova`
Reverse domain-style identifier that maps to `id` attribute of `widget` element in `config.xml`. This can be changed but there may be code generated using this value, such as Java package names. It is recommended that you select an appropriate value. | -| name | _Default_: `HelloCordova`
Application's display title that maps `name` element in `config.xml` file. This can be changed but there may be code generated using this value, such as Java class names. The default value is `HelloCordova`, but it is recommended that you select an appropriate value. | +| id | _Default_: `org.apache.cordova.hellocordova`
Reverse domain-style identifier that maps to `id` attribute of `widget` element in `config.xml`. This can be changed but there may be code generated using this value, such as Java package names. It is recommended that you select an appropriate value. | +| name | _Default_: `Hello Cordova`
Application's display title that maps `name` element in `config.xml` file. This can be changed but there may be code generated using this value, such as Java class names. The default value is `Hello Cordova`, but it is recommended that you select an appropriate value. | ### Options