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

Commit 59bd7ac

Browse files
hacdiasdaviddias
authored andcommitted
fix: bwPullStream example
1 parent 0c76cdd commit 59bd7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC/STATS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Options are described on [`ipfs.stats.bw`](#bw).
6363
const pull = require('pull-stream')
6464
const log = require('pull-stream/sinks/log')
6565

66-
const stream = ipfs.stats.bwReadableStream({ poll: true })
66+
const stream = ipfs.stats.bwPullStream({ poll: true })
6767

6868
pull(
6969
stream,

0 commit comments

Comments
 (0)