Skip to content

Commit 72fb52d

Browse files
committed
Fixing typos.
1 parent 6929281 commit 72fb52d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ The methods and interface for s3-upload-stream has changed since 1.0 and is no l
184184
The differences are:
185185

186186
* This package no longer includes Amazon SDK, and now you must include it in your own app code and pass an instantiated Amazon S3 client in.
187-
* The upload stream is no returned immeadiately, instead of in a callback.
187+
* The upload stream is now returned immeadiately, instead of in a callback.
188188
* The "chunk" event emitted is now called "part" instead.
189-
* The .maxPartSize() and .concurrentParts() methods are no methods of the stream itself, instead of being methods of an object returned from the upload creation method.
189+
* The .maxPartSize() and .concurrentParts() methods are now methods of the writable stream itself, instead of being methods of an object returned from the upload stream constructor method.
190190

191-
If you have questions about how to migrate from the older version of the package to a newer version feel free to open an issue with your code example.
191+
If you have questions about how to migrate from the older version of the package after reviewing these docs feel free to open an issue with your code example.
192192

193193
### Tuning configuration of the AWS SDK
194194

0 commit comments

Comments
 (0)