Skip to content

Commit

Permalink
Mention PassThroughStream usage for createWriteStream
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell authored Sep 14, 2018
1 parent 3eb63cb commit ddf0e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit ddf0e29

Please sign in to comment.