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

Commit

Permalink
fix: bwPullStream example
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored and daviddias committed Feb 26, 2018
1 parent 0c76cdd commit 59bd7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPEC/STATS.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Options are described on [`ipfs.stats.bw`](#bw).
const pull = require('pull-stream')
const log = require('pull-stream/sinks/log')

const stream = ipfs.stats.bwReadableStream({ poll: true })
const stream = ipfs.stats.bwPullStream({ poll: true })

pull(
stream,
Expand Down

0 comments on commit 59bd7ac

Please sign in to comment.