Skip to content

Commit

Permalink
fix: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored May 15, 2019
1 parent 6dd9a8d commit 41a87f1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# client-js
# OpenRPC Client JS

<center>
<span>
<img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/open-rpc/client-js/master.svg">
<img src="https://codecov.io/gh/open-rpc/client-js/branch/master/graph/badge.svg" />
<img alt="Dependabot status" src="https://api.dependabot.com/badges/status?host=github&repo=open-rpc/client-js" />
<img alt="Chat on Discord" src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" />
<img alt="npm" src="https://img.shields.io/npm/dt/@open-rpc/client-js.svg" />
<img alt="GitHub release" src="https://img.shields.io/github/release/open-rpc/client-js.svg" />
<img alt="GitHub commits since latest release" src="https://img.shields.io/github/commits-since/open-rpc/client-js/latest.svg" />
</span>
</center>

A browser-compatible JSON-RPC client with multiple transports.

```javascript
Expand Down

0 comments on commit 41a87f1

Please sign in to comment.