Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Aug 14, 2018
1 parent 8509bf4 commit c5cb38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Errors are received by [pull-stream][] sinks.
```js
const exporter = require('ipfs-unixfs-engine').exporter
const pull = require('pull-stream')
const drain = require('pull-stream/sinks/collect')
const collect = require('pull-stream/sinks/collect')

pull(
exporter(cid, ipldResolver)
Expand Down

0 comments on commit c5cb38b

Please sign in to comment.