Skip to content

Commit

Permalink
fix readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkchen committed Feb 28, 2020
1 parent 053873d commit 32a1436
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<p align="center"><img src="https://s3-us-west-1.amazonaws.com/set-protocol/set-logo.svg" width="64" /></p>

<p align="center">
<a href="https://circleci.com/gh/SetProtocol/set-protocol-oracles/tree/master">
<a href="https://circleci.com/gh/SetProtocol/set-protocol-viewers/tree/master">
<img src="https://img.shields.io/circleci/project/github/SetProtocol/set-protocol-viewers/master.svg" />
</a>
<a href='https://coveralls.io/github/SetProtocol/set-protocol-oracles'>
<a href='https://coveralls.io/github/SetProtocol/set-protocol-viewers'>
<img src='https://coveralls.io/repos/github/SetProtocol/set-protocol-viewers/badge.svg?branch=master' alt='Coverage Status' />
</a>
<a href='https://github.com/SetProtocol/set-protocol-contracts/blob/master/LICENSE'>
<a href='https://github.com/SetProtocol/set-protocol-viewers/blob/master/LICENSE'>
<img src='https://img.shields.io/github/license/SetProtocol/set-protocol-viewers.svg' alt='License' />
</a>
<a href='https://www.npmjs.com/package/set-protocol-oracles'>
<a href='https://www.npmjs.com/package/set-protocol-viewers'>
<img src='https://img.shields.io/npm/v/set-protocol-viewers.svg' alt='NPM' />
</a>
</p>
Expand Down

0 comments on commit 32a1436

Please sign in to comment.