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

Commit

Permalink
Update STATS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Feb 6, 2018
1 parent 3814b29 commit 4432dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SPEC/STATS.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Options are described on [`ipfs.stats.bw`](#bw).

```JavaScript
const stream = ipfs.stats.bwReadableStream({ poll: true })
const bl = require('bl')

stream.pipe(bl((err, data) => {
console.log(data)
Expand Down

0 comments on commit 4432dc9

Please sign in to comment.