Skip to content

Commit

Permalink
Use shields for badges (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey authored Oct 8, 2024
1 parent 8f3ee9e commit 88704d6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][node-image]][node-url]
[![Build Status][ci-image]][ci-url]
[![Coverage Status][coverage-image]][coverage-url]

Expand Down Expand Up @@ -253,12 +252,10 @@ npm run bench

[MIT](LICENSE)

[ci-image]: https://badgen.net/github/checks/jshttp/cookie/master?label=ci
[ci-image]: https://img.shields.io/github/checks-status/jshttp/cookie/master
[ci-url]: https://github.com/jshttp/cookie/actions/workflows/ci.yml
[coverage-image]: https://badgen.net/codecov/c/github/jshttp/cookie/master
[coverage-image]: https://img.shields.io/codecov/c/github/jshttp/cookie/master
[coverage-url]: https://app.codecov.io/gh/jshttp/cookie
[node-image]: https://badgen.net/npm/node/cookie
[node-url]: https://nodejs.org/en/download
[npm-downloads-image]: https://badgen.net/npm/dm/cookie
[npm-downloads-image]: https://img.shields.io/npm/dm/cookie
[npm-url]: https://npmjs.org/package/cookie
[npm-version-image]: https://badgen.net/npm/v/cookie
[npm-version-image]: https://img.shields.io/npm/v/cookie

0 comments on commit 88704d6

Please sign in to comment.