Skip to content

Commit

Permalink
README: update for node-icy rename
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 6, 2015
1 parent cf1c3b5 commit 15a7fdf
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 @@ -86,7 +86,7 @@ See the `test` directory for some more example code in the test cases.

A list of known concrete implementations is here (send pull requests for more!):

* [node-icecast][]
* [node-icy][]
* [node-throttle][]
* [node-flv][]
* [node-wav][]
Expand Down Expand Up @@ -131,7 +131,7 @@ _passthrough(n, cb) - passes through "n" bytes untouched and then calls "cb"
then invokes `cb` once that amount has been passed through. This function is only defined
when stream-parser is extending a `Transform` stream.

[node-icecast]: https://github.com/TooTallNate/node-icecast
[node-icy]: https://github.com/TooTallNate/node-icy
[node-throttle]: https://github.com/TooTallNate/node-throttle
[node-flv]: https://github.com/TooTallNate/node-flv
[node-wav]: https://github.com/TooTallNate/node-wav

0 comments on commit 15a7fdf

Please sign in to comment.