You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/08/13 19:03:53 UTC

docs commit: Added information for file-transfer plugin

Updated Branches:
  refs/heads/master 39c758ebe -> bd74aab13


Added information for file-transfer plugin


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/bd74aab1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/bd74aab1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/bd74aab1

Branch: refs/heads/master
Commit: bd74aab13e0ce1790f4116d1bad7d4689a7e917c
Parents: 39c758e
Author: crot4lus <gl...@glenntaylor.co.uk>
Authored: Tue Aug 13 14:45:34 2013 +0100
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Aug 13 10:03:33 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/file/file.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/bd74aab1/docs/en/edge/cordova/file/file.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/file/file.md b/docs/en/edge/cordova/file/file.md
index 64ad381..96f31f1 100644
--- a/docs/en/edge/cordova/file/file.md
+++ b/docs/en/edge/cordova/file/file.md
@@ -49,6 +49,11 @@ Interface, to add or remove this feature for a project:
 
         $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git
         $ cordova plugin rm org.apache.cordova.core.file
+        
+To use the file-transfer plugin you must add that separately.
+        
+        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git
+        $ cordova plugin rm org.apache.cordova.core.file-transfer
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below: