Change import for FileTransfer ... (#1786)

Changed the import, it didnt work with only transfer (seems to stem from when the plugin was called transfer instead of file-transfer)
This commit is contained in:
huli1234 2017-07-11 11:52:53 +02:00 committed by Ibby Hadeed
parent 927bd1a9ba
commit 1f3b97cef2

View File

@ -114,7 +114,7 @@ export interface FileTransferError {
*
* @usage
* ```typescript
* import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/transfer';
* import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer';
* import { File } from '@ionic-native/file';
*
* constructor(private transfer: FileTransfer, private file: File) { }