Skip to content

Commit

Permalink
docs: add missing base36 from default multibases (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Feb 11, 2025
1 parent 75712e7 commit d03762a
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 @@ -74,7 +74,7 @@ cid.toString(base64)
CID.parse(cid.toString(base64), base64)
```

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

Expand Down

0 comments on commit d03762a

Please sign in to comment.