We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75712e7 commit d03762aCopy full SHA for d03762a
README.md
@@ -74,7 +74,7 @@ cid.toString(base64)
74
CID.parse(cid.toString(base64), base64)
75
```
76
77
-**Note:** CID implementation comes bundled with `base32` and `base58btc`
+**Note:** CID implementation comes bundled with `base32`, `base36`, and `base58btc`
78
multibase codecs so that CIDs can be base serialized to (version specific)
79
default base encoding and parsed without having to supply base encoders/decoders:
80
0 commit comments