Skip to content

Commit

Permalink
Merge pull request dominictarr#33 from natlownes/master
Browse files Browse the repository at this point in the history
correct link to streams docs in readme
  • Loading branch information
dominictarr committed Jul 13, 2013
2 parents 241994b + dd5ae5b commit 7a1ec1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ because Streams are like Arrays, but laid out in time, rather than in memory.

<em>All the `event-stream` functions return instances of `Stream`</em>.

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 <em>"through stream"</em> to refer to a stream that is writable <em>and</em> readable.

Expand Down Expand Up @@ -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?)

Expand Down

0 comments on commit 7a1ec1f

Please sign in to comment.