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

Commit 30fd3a6

Browse files
committed
update wording
1 parent d2c49f2 commit 30fd3a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ A valid (read: that follows this interface) IPFS core implementation, must expos
6767

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

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

7373
`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.
7474

0 commit comments

Comments
 (0)