Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A33212004C8 for ; Mon, 9 May 2016 19:04:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A1E801609A8; Mon, 9 May 2016 17:04:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EB78116099C for ; Mon, 9 May 2016 19:04:50 +0200 (CEST) Received: (qmail 66406 invoked by uid 500); 9 May 2016 17:04:50 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 66397 invoked by uid 99); 9 May 2016 17:04:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2016 17:04:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DB5F7DFBD6; Mon, 9 May 2016 17:04:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nikhilkh@apache.org To: commits@cordova.apache.org Message-Id: <546f45f8144f494f828adebfd7a17971@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-file git commit: Minor edits to the README.md Date: Mon, 9 May 2016 17:04:49 +0000 (UTC) archived-at: Mon, 09 May 2016 17:04:51 -0000 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 Authored: Tue May 3 11:57:20 2016 -0700 Committer: Nikhil Khandelwal 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