Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cai authored and David Cai committed Apr 6, 2016
1 parent 81ef4d1 commit d4acc7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ concatStream([stream1, stream2, stream3])

### concatStream(streams)

- streams: Array<stream> an array of streams
- streams: `Array`<`stream`> an array of streams

Concat all streams in array by `pipe` and once an error occurred in one stream, all streams after will get it. Return the last stream in the array.
Concat all streams in array by `pipe` and once an error occurred in one stream, all streams after will get it. Return the last stream in the array.

0 comments on commit d4acc7a

Please sign in to comment.