Skip to content

Commit

Permalink
README.md remove trailing whitespace (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brody authored and raphinesse committed Sep 12, 2018
1 parent f40c995 commit 987b3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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").

Expand Down

0 comments on commit 987b3da

Please sign in to comment.