Skip to content

Commit 88704d6

Browse files
authored
Use shields for badges (#185)
1 parent 8f3ee9e commit 88704d6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![NPM Version][npm-version-image]][npm-url]
44
[![NPM Downloads][npm-downloads-image]][npm-url]
5-
[![Node.js Version][node-image]][node-url]
65
[![Build Status][ci-image]][ci-url]
76
[![Coverage Status][coverage-image]][coverage-url]
87

@@ -253,12 +252,10 @@ npm run bench
253252

254253
[MIT](LICENSE)
255254

256-
[ci-image]: https://badgen.net/github/checks/jshttp/cookie/master?label=ci
255+
[ci-image]: https://img.shields.io/github/checks-status/jshttp/cookie/master
257256
[ci-url]: https://github.com/jshttp/cookie/actions/workflows/ci.yml
258-
[coverage-image]: https://badgen.net/codecov/c/github/jshttp/cookie/master
257+
[coverage-image]: https://img.shields.io/codecov/c/github/jshttp/cookie/master
259258
[coverage-url]: https://app.codecov.io/gh/jshttp/cookie
260-
[node-image]: https://badgen.net/npm/node/cookie
261-
[node-url]: https://nodejs.org/en/download
262-
[npm-downloads-image]: https://badgen.net/npm/dm/cookie
259+
[npm-downloads-image]: https://img.shields.io/npm/dm/cookie
263260
[npm-url]: https://npmjs.org/package/cookie
264-
[npm-version-image]: https://badgen.net/npm/v/cookie
261+
[npm-version-image]: https://img.shields.io/npm/v/cookie

0 commit comments

Comments
 (0)