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

Commit 4432dc9

Browse files
authored
Update STATS.md
1 parent 3814b29 commit 4432dc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SPEC/STATS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Options are described on [`ipfs.stats.bw`](#bw).
9292

9393
```JavaScript
9494
const stream = ipfs.stats.bwReadableStream({ poll: true })
95+
const bl = require('bl')
9596

9697
stream.pipe(bl((err, data) => {
9798
console.log(data)

0 commit comments

Comments
 (0)