From 09e6336ea7bb57f3cbbca382d479b7aabb928577 Mon Sep 17 00:00:00 2001 From: Nat Lownes Date: Sat, 13 Jul 2013 11:28:09 -0400 Subject: [PATCH 1/2] Update readme.markdown correct link to node streams docs --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 38832f9..66f754f 100644 --- a/readme.markdown +++ b/readme.markdown @@ -18,7 +18,7 @@ because Streams are like Arrays, but laid out in time, rather than in memory. All the `event-stream` functions return instances of `Stream`. -Stream API docs: [nodejs.org/api/streams](http://nodejs.org/api/streams.html "Stream") +Stream API docs: [nodejs.org/api/streams](http://nodejs.org/api/stream.html "Stream") NOTE: I shall use the term "through stream" to refer to a stream that is writable and readable. From dd5ae5b2efc6c32f4d163659c9088c7af66c525a Mon Sep 17 00:00:00 2001 From: Nat Lownes Date: Sat, 13 Jul 2013 11:33:14 -0400 Subject: [PATCH 2/2] readme link correction --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 66f754f..b51992a 100644 --- a/readme.markdown +++ b/readme.markdown @@ -47,7 +47,7 @@ run it ... curl -sS registry.npmjs.org/event-stream | node pretty.js ``` -[node Stream documentation](http://nodejs.org/api/streams.html) +[node Stream documentation](http://nodejs.org/api/stream.html) ## through (write?, end?)