Skip to content

Commit

Permalink
Merge pull request dominictarr#38 from slashdotdash/patch-1
Browse files Browse the repository at this point in the history
Corrected link to Node's streams API documentation in README.
  • Loading branch information
dominictarr committed Oct 10, 2013
2 parents 52c8715 + 97ea455 commit 569e079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![browser status](http://ci.testling.com/dominictarr/event-stream.png)]
(http://ci.testling.com/dominictarr/event-stream)

[Streams](http://nodejs.org/api/strems.html "Stream") are node's best and most misunderstood idea, and
[Streams](http://nodejs.org/api/stream.html "Stream") are node's best and most misunderstood idea, and
_<em>EventStream</em>_ is a toolkit to make creating and working with streams <em>easy</em>.

Normally, streams are only used of IO,
Expand Down

0 comments on commit 569e079

Please sign in to comment.