From 9fbdbc36e78a31396ff54ee8ed1bf7272389e1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20von=20der=20Gr=C3=BCn?= Date: Sun, 10 Nov 2019 18:14:32 +0100 Subject: [PATCH] docs: remove mentions of "cordova create" argument "config" 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 4cfb9314d..76f5c80b5 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