You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2018/09/12 18:35:47 UTC

[cordova-create] branch master updated: README.md remove trailing whitespace (#29)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-create.git


The following commit(s) were added to refs/heads/master by this push:
     new 987b3da  README.md remove trailing whitespace (#29)
987b3da is described below

commit 987b3dab394f7b45d2cbc81c62f27929e9f96817
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Wed Sep 12 14:35:45 2018 -0400

    README.md remove trailing whitespace (#29)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 85ffb0f..6768763 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ create(dir, id, name, cfg, extEvents);
 
 - `dir` - directory where the project will be created. Required.
 - `id` - app id. Required (but can be "undefined").
-- `name` - app name. Required (but can be "undefined"). 
+- `name` - app name. Required (but can be "undefined").
 - `cfg` - extra config to be saved in .cordova/config.json Required (but can be "{}").
 - `extEvents` - An EventEmitter instance that will be used for logging purposes. Required (but can be "undefined").
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org