diff --git a/README.md b/README.md index e0dc52c..3b896c5 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,9 @@ You can learn more about pull-streams at: #### Converting `pull-streams` to Node.js Streams -If you are a Node.js streams user, you can convert a pull-stream to a Node.js stream using the module [`pull-stream-to-stream`](https://github.com/dominictarr/pull-stream-to-stream), giving you an instance of a Node.js stream that is linked to the pull-stream. For example: +If you are a Node.js streams user, you can convert a pull-stream to a Node.js stream using the module [`pull-stream-to-stream`](https://github.com/pull-stream/pull-stream-to-stream), giving you an instance of a Node.js stream that is linked to the pull-stream. For example: + + ```js const pullToStream = require('pull-stream-to-stream')