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

Commit b811519

Browse files
alanshawdaviddias
authored andcommitted
docs: fixes typo in lsPullStream example (#228)
1 parent 59bd7ac commit b811519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC/FILES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ It returns a [Pull Stream][os] that will yield objects of the form:
524524
```JavaScript
525525
const validCID = 'QmQ2r6iMNpky5f1m4cnm3Yqw8VSvjuKpTcK1X7dBR1LkJF'
526526

527-
const stream = ipfs.files.getReadableStream(validCID)
527+
const stream = ipfs.files.lsPullStream(validCID)
528528

529529
pull(
530530
stream,

0 commit comments

Comments
 (0)