From 483a536491302b146c1434bed36ca5c39f206528 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 31 Oct 2016 19:53:05 -0400 Subject: [PATCH] Replace pull-stream url See #110 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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')