From ed04ab644cccad1ae9bf69c86c5453549077ddbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20von=20der=20Gr=C3=BCn?= Date: Mon, 11 Nov 2019 11:52:09 +0100 Subject: [PATCH] docs: remove mentions of "cordova create" argument "config" (#488) These instances had been missed in #475 --- doc/readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/readme.md b/doc/readme.md index a495ae8cc..f9a9dd384 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -103,7 +103,7 @@ 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 | @@ -111,7 +111,6 @@ cordova create path [id [name [config]]] [options] | 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. | -| config | JSON string whose key/values will be included in ``/.cordova/config.json | ### Options