You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/03/04 16:41:29 UTC

[cordova-cli] branch master updated: Fix sentences in README (#284)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new aeb1ddb  Fix sentences in README (#284)
aeb1ddb is described below

commit aeb1ddbcf58659b4163e461d5c069cee936c0726
Author: Straust <30...@users.noreply.github.com>
AuthorDate: Sun Mar 4 11:41:27 2018 -0500

    Fix sentences in README (#284)
    
    * Update readme.md
    
    * Update readme.md
    
    * Update readme.md
    
    * Update readme.md
    
    * Update readme.md
    
    * Update readme.md
---
 doc/readme.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/readme.md b/doc/readme.md
index 50b3332..671282c 100644
--- a/doc/readme.md
+++ b/doc/readme.md
@@ -186,7 +186,7 @@ After building the Android and iOS projects, the Android application will contai
 
 #### Version control
 
-It is recommended not to check in `platforms/` and `plugins/` directories into version control as they are considered a build artifact. Your platforms and plugins will be saved in config.xml & package.json automatically. These platforms/plugins will be downloaded when on the machine when `cordova prepare` is invoked.
+It is recommended not to check in `platforms/` and `plugins/` directories into version control as they are considered a build artifact. Your platforms and plugins will be saved in config.xml & package.json automatically. These platforms/plugins will be downloaded when `cordova prepare` is invoked.
 
 ### Examples
 
@@ -227,7 +227,7 @@ cordova {platform | platforms} [
 | update `platform` [...] |      | Update specified platforms |
 |     | --save                   | Updates the version specified in `config.xml` |
 | list |                         | List all installed and available platforms |
-| check |                        | List platforms which can be updated by `cordova-cli platform update` |
+| check |                        | List platforms which can be updated via cordova-cli with the command `platform update` |
 | save  |                        | Save `<platform-spec>` of all platforms added to config.xml |
 
 ### Platform-spec
@@ -360,7 +360,7 @@ based on the following criteria (listed in order of precedence):
 
 ### Examples
 
-- Add `cordova-plugin-camera` and `cordova-plugin-file` to the project and it be be saved to `config.xml` & `package.json`. Use `../plugins` directory to search for the plugins.
+- Add `cordova-plugin-camera` and `cordova-plugin-file` to the project and save it to `config.xml` & `package.json`. Use `../plugins` directory to search for the plugins.
 
         cordova plugin add cordova-plugin-camera cordova-plugin-file --save --searchpath ../plugins
 
@@ -540,7 +540,7 @@ See [cordova run command docs](#cordova-run-command) for more details.
 
 ### Synopsis
 
-Cleans the build artifacts for the specified platform, or all platforms by running platform-specific build cleanup.
+Cleans the build artifacts for all the platforms, or the specified platform by running platform-specific build cleanup.
 
 ### Syntax
 

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

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