Skip to content

Commit

Permalink
docs(fix): correct reference to pull-stream (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun authored and Alan Shaw committed Oct 10, 2019
1 parent f092bc1 commit 7a0cd69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ console.log(values) //[1, 2, 3]
```

This is particularly useful for creating duplex streams especially
around servers. Use `pull-pair/duplex` to get two duplex streams
around servers. Use `it-pair/duplex` to get two duplex streams
that are attached to each other.

``` js
var DuplexPair = require('pull-pair/duplex')
var DuplexPair = require('it-pair/duplex')

var d = DuplexPair()

Expand Down

0 comments on commit 7a0cd69

Please sign in to comment.