Skip to content

Commit 5440c10

Browse files
committed
docs(multibase): clarify the multibase package a little bit
1 parent ecce2c6 commit 5440c10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/utilities/multibase/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# @atcute/multibase
22

3-
multibase utilities, only supports a limited set of codecs.
3+
provides various base codecs used in atproto ecosystem
4+
5+
- base16
6+
- base32
7+
- base58
8+
- base64 (including base64url and padded variants)
49

510
```ts
611
import { toBase32 } from '@atcute/multibase';

0 commit comments

Comments
 (0)