From 7465f4112048524730291c8d3607c4276e87d64a Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 30 Sep 2016 14:46:36 -0400 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 984a08f..3241c0d 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ var spdy = require('libp2p-spdy') Loading this module through a script tag will make the `Lip2pSpdy` obj available in the global namespace. ```html - + - + ``` # Usage @@ -111,7 +111,7 @@ 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')