Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Update README.md to fix bug in npm version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Feb 22, 2019
1 parent 6f08d4c commit 91dd23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,8 +13,8 @@
<a href="https://coveralls.io/github/kasa-network/koa-http-client">
<img src="https://coveralls.io/repos/github/kasa-network/koa-http-client/badge.svg" alt='Coverage Status' />
</a>
<a href="https://badge.fury.io/js/@kasa/koa-http-client">
<img alt="npm version" src="https://www.npmjs.com/package/@kasa/koa-http-client" />
<a href="https://www.npmjs.com/package/@kasa/koa-http-client">
<img alt="npm version" src="https://img.shields.io/npm/v/@kasa/koa-http-client.svg" />
</a>
<a href="https://david-dm.org/kasa-network/koa-http-client">
<img alt="npm" src="https://img.shields.io/david/kasa-network/koa-http-client.svg?style=flat-square" />
Expand Down

0 comments on commit 91dd23b

Please sign in to comment.