You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2016/05/09 17:04:49 UTC

cordova-plugin-file git commit: Minor edits to the README.md

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master e9cc506ef -> 9ca936859


Minor edits to the README.md

 This closes #180


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/9ca93685
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/9ca93685
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/9ca93685

Branch: refs/heads/master
Commit: 9ca936859b48a345af52063c17c972f246b2c1ab
Parents: e9cc506
Author: Mikejo5001 <m....@outlook.com>
Authored: Tue May 3 11:57:20 2016 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Mon May 9 10:04:00 2016 -0700

----------------------------------------------------------------------
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/9ca93685/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 087e7d4..23e9b3a 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ It also implements the FileWriter spec :
 
 >*Note* While the W3C FileSystem spec is deprecated for web browsers, the FileSystem APIs are supported in Cordova applications with this plugin for the platforms listed in the _Supported Platforms_ list, with the exception of the Browser platform.
 
-For usage, please refer to the [sample section](#sample) at the end of this article. For additional examples (browser focused), see the HTML5 Rocks' [FileSystem article.](http://www.html5rocks.com/en/tutorials/file/filesystem/)
+To get a few ideas how to use the plugin, check out the [sample](#sample) at the bottom of this page. For additional examples (browser focused), see the HTML5 Rocks' [FileSystem article.](http://www.html5rocks.com/en/tutorials/file/filesystem/)
 
 For an overview of other storage options, refer to Cordova's
 [storage guide](http://cordova.apache.org/docs/en/latest/cordova/storage/storage.html).
@@ -281,10 +281,10 @@ requires cordova-android@4.0.0 or greater).
 
 ### Permisson to write to external storage when it's not mounted on Marshmallow
 
-Marshmallow requires the apps to ask for permissions when reading/writing to external locations. By 
-[default](http://developer.android.com/guide/topics/data/data-storage.html#filesExternal), your app has permission to write to 
+Marshmallow requires the apps to ask for permissions when reading/writing to external locations. By
+[default](http://developer.android.com/guide/topics/data/data-storage.html#filesExternal), your app has permission to write to
 `cordova.file.applicationStorageDirectory` and `cordova.file.externalApplicationStorageDirectory`, and the plugin doesn't request permission
-for these two directories unless external storage is not mounted. However due to a limitation, when external storage is not mounted, it would ask for 
+for these two directories unless external storage is not mounted. However due to a limitation, when external storage is not mounted, it would ask for
 permission to write to `cordova.file.externalApplicationStorageDirectory`.
 
 ## iOS Quirks


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