Skip to content

Commit d03762a

Browse files
authored
docs: add missing base36 from default multibases (#315)
1 parent 75712e7 commit d03762a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ cid.toString(base64)
7474
CID.parse(cid.toString(base64), base64)
7575
```
7676

77-
**Note:** CID implementation comes bundled with `base32` and `base58btc`
77+
**Note:** CID implementation comes bundled with `base32`, `base36`, and `base58btc`
7878
multibase codecs so that CIDs can be base serialized to (version specific)
7979
default base encoding and parsed without having to supply base encoders/decoders:
8080

0 commit comments

Comments
 (0)