Skip to content

Commit e6b8b02

Browse files
committed
minor edit
1 parent 5fcc374 commit e6b8b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2014-2-27-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ result = ws.write('This will also be buffered\n', function () {
174174
console.log('write (2) return value', result);
175175
{% endhighlight %}
176176

177-
Piping
177+
## Pipe streams together
178178

179179
Much praise is given to node by its community for providing an extremely simple interface for chaining streams together using `pipe`. All \*nix developers are familar with having the ability to pipe the standard output of one process into the standard input of another using a `|`. Let\'s see how we could take our standard input and direct it to our processes output stream.
180180

0 commit comments

Comments
 (0)