diff --git a/doc/api/stream.md b/doc/api/stream.md index 0f8420e3dad71b..c513c8ddab1c7c 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -754,7 +754,8 @@ end ``` *Note*: In general, the `readable.pipe()` and `'data'` event mechanisms are -preferred over the use of the `'readable'` event. +easier to understand compared to the `'readable'` event. +However, handling `'readable'` might result in increased throughput. ##### readable.isPaused()