Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 483a536

Browse files
committed
Replace pull-stream url
See #110
1 parent c88ff71 commit 483a536

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ You can learn more about pull-streams at:
176176

177177
#### Converting `pull-streams` to Node.js Streams
178178

179-
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:
179+
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:
180+
181+
180182

181183
```js
182184
const pullToStream = require('pull-stream-to-stream')

0 commit comments

Comments
 (0)