Skip to content

Commit

Permalink
docs: remove mentions of "cordova create" argument "config"
Browse files Browse the repository at this point in the history
These instances had been missed in apache#475
  • Loading branch information
raphinesse committed Nov 10, 2019
1 parent 63f97da commit 9fbdbc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,14 @@ Create the directory structure for the Cordova project in the specified path.
### Syntax

```
cordova create path [id [name [config]]] [options]
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` <br/> 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` <br/> 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. |
| config | JSON string whose key/values will be included in `<path>`/.cordova/config.json |

### Options

Expand Down

0 comments on commit 9fbdbc3

Please # to comment.