Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Merge 7465f41 into 9261b46
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Sep 30, 2016
2 parents 9261b46 + 7465f41 commit 9754bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="https://unpkg.com/libp2p-spdy/dist/index.min.js"></script>
<script src="/libp2p-spdy@0.9.0/dist/index.min.js"></script>
<!-- OR -->
<script src="https://unpkg.com/libp2p-spdy/dist/index.js"></script>
<script src="/libp2p-spdy@0.9.0/dist/index.js"></script>
```

# Usage
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 9754bde

Please sign in to comment.