diff --git a/README.md b/README.md index 80cade3f..d92641a5 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ var stream = client.createReadStream("/test/image.png", { #### createWriteStream(remotePath _[, options]_) Creates a writeable stream to a remote path. -Returns a writeable stream instance. +Returns a writeable stream instance. Note that the actual stream returned is a [Node `PassThroughStream`](PassThroughStream) instance, not a `stream.Writable`. #### deleteFile(remotePath _[, options]_) Delete a file or directory at `remotePath`.