Skip to content

Commit 445262d

Browse files
authored
fix: update badges
1 parent 3f80428 commit 445262d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# OpenRPC Utils For Javascript
22

3-
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=open-rpc/schema-utils-js)](https://dependabot.com)
4-
[![codecov](https://codecov.io/gh/open-rpc/schema-utils-js/branch/master/graph/badge.svg)](https://codecov.io/gh/open-rpc/schema-utils-js)
3+
<center>
4+
<span>
5+
<img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/open-rpc/schema-utils-js/master.svg">
6+
<img src="https://codecov.io/gh/open-rpc/schema-utils-js/branch/master/graph/badge.svg" />
7+
<img alt="Dependabot status" src="https://api.dependabot.com/badges/status?host=github&repo=open-rpc/schema-utils-js" />
8+
<img alt="Chat on Discord" src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" />
9+
<img alt="npm" src="https://img.shields.io/npm/dt/@open-rpc/schema-utils-js.svg" />
10+
<img alt="GitHub release" src="https://img.shields.io/github/release/open-rpc/schema-utils-js.svg" />
11+
<img alt="GitHub commits since latest release" src="https://img.shields.io/github/commits-since/open-rpc/schema-utils-js/latest.svg" />
12+
</span>
13+
</center>
514
### Contributing
615

716
How to contribute, build and release are outlined in [CONTRIBUTING.md](CONTRIBUTING.md), [BUILDING.md](BUILDING.md) and [RELEASING.md](RELEASING.md) respectively. Commits in this repository follow the [CONVENTIONAL_COMMITS.md](CONVENTIONAL_COMMITS.md) specification.

0 commit comments

Comments
 (0)