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

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nginnever committed May 25, 2016
1 parent 03b6ade commit 0a4c17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ A valid (read: that follows this interface) IPFS core implementation, must expos

`multihash` is a [multihash][] which can be passed as

- Buffer, the raw Buffer of the multihash (or of and encoded version)
- String, the toString version of the multihash (or of an encoded version)
- Buffer, the raw Buffer of the multihash
- String, the base58 encoded version of the multihash

`callback` must follow `function (err, stream) {}` signature, where `err` is an error if the operation was not successful and `stream` is a readable stream of the file.

Expand Down

0 comments on commit 0a4c17b

Please sign in to comment.