Skip to content

Commit 0016cc4

Browse files
authored
Merge pull request #83 from networkException/patch-1
README: Fix typo "yo" => "you"
2 parents 5b4be07 + ac82406 commit 0016cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ In `v0.5.0` we've added `writeStream` and `readStream`, which allows your app r
651651

652652
When calling `readStream` method, you have to `open` the stream, and start to read data. When the file is large, consider using an appropriate `bufferSize` and `interval` to reduce the native event dispatching overhead (see [Performance Tips](#user-content-performance-tips))
653653

654-
> The file stream event has a default throttle(10ms) and buffer size which preventing it cause too much overhead to main thread, yo can also [tweak these values](#user-content-performance-tips).
654+
> The file stream event has a default throttle(10ms) and buffer size which preventing it cause too much overhead to main thread, you can also [tweak these values](#user-content-performance-tips).
655655
656656
```js
657657
let data = ''

0 commit comments

Comments
 (0)