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

Commit c5cb38b

Browse files
authored
fix: typo
1 parent 8509bf4 commit c5cb38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Errors are received by [pull-stream][] sinks.
213213
```js
214214
const exporter = require('ipfs-unixfs-engine').exporter
215215
const pull = require('pull-stream')
216-
const drain = require('pull-stream/sinks/collect')
216+
const collect = require('pull-stream/sinks/collect')
217217

218218
pull(
219219
exporter(cid, ipldResolver)

0 commit comments

Comments
 (0)