Skip to content

Commit ea56c57

Browse files
committed
more docs
1 parent cbc4cd9 commit ea56c57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ Similarly to `stream.pipe()`, `pump()` returns the last stream passed in, so you
5353
return pump(s1, s2) // returns s2
5454
```
5555

56+
If you want to return a stream that combines *both* s1 and s2 to a single stream use
57+
[pumpify](https://github.com/mafintosh/pumpify) instead.
58+
5659
## License
5760

5861
MIT

0 commit comments

Comments
 (0)