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

Commit

Permalink
Merge pull request #211 from ipfs/update-exporter-example
Browse files Browse the repository at this point in the history
chore: The file content pull-stream is a property not a method
  • Loading branch information
achingbrain authored May 15, 2018
2 parents 7992ad9 + a934f38 commit 91e182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ pull(
length: 10
})
drain((file) => {
// file.content() is a pull stream containing only the first 10 bytes of the file
// file.content is a pull stream containing only the first 10 bytes of the file
})
)
```
Expand Down

0 comments on commit 91e182b

Please sign in to comment.