Skip to content

Commit 06cb1c6

Browse files
committed
doc: switch from badgen.net, it gives 500 errors too often
1 parent e58151a commit 06cb1c6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# @exodus/bytes
22

3-
[![](https://flat.badgen.net/npm/v/@exodus/bytes)](https://npmjs.org/package/@exodus/bytes)
4-
[![](https://flat.badgen.net/github/release/ExodusOSS/bytes?icon=github)](https://github.com/ExodusOSS/bytes/releases)
5-
[![](https://flat.badgen.net/npm/dm/@exodus/bytes)](https://www.npmcharts.com/compare/@exodus/bytes?minimal=true)
6-
[![](https://flat.badgen.net/npm/license/@exodus/bytes)](https://github.com/ExodusOSS/bytes/blob/HEAD/LICENSE)
7-
[![](https://flat.badgen.net/github/checks/ExodusOSS/bytes/main?icon=github)](https://github.com/ExodusOSS/bytes/actions/workflows/test.yml?query=branch%3Amain)
3+
[![](https://img.shields.io/npm/v/@exodus/bytes?style=flat-square)](https://npmjs.org/package/@exodus/bytes)
4+
[![](https://img.shields.io/github/release/ExodusOSS/bytes?style=flat-square&icon=github)](https://github.com/ExodusOSS/bytes/releases)
5+
[![](https://img.shields.io/npm/dm/@exodus/bytes?style=flat-square)](https://www.npmcharts.com/compare/@exodus/bytes?minimal=true)
6+
[![](https://img.shields.io/npm/l/@exodus/bytes?style=flat-square)](https://github.com/ExodusOSS/bytes/blob/HEAD/LICENSE)
7+
[![](https://img.shields.io/github/check-runs/ExodusOSS/bytes/main?style=flat-square&icon=github)](https://github.com/ExodusOSS/bytes/actions/workflows/test.yml?query=branch%3Amain)
88

99
`Uint8Array` conversion to and from `base64`, `base32`, `base58`, `hex`, `utf8`, `utf16`, `bech32` and `wif`
1010

0 commit comments

Comments
 (0)