Skip to content

Commit c45b52d

Browse files
committedNov 7, 2023
docs: switch badges to badgen
1 parent 84a1567 commit c45b52d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![NPM Version][npm-version-image]][npm-url]
44
[![NPM Downloads][npm-downloads-image]][npm-url]
5-
[![Node.js Version][node-version-image]][node-version-url]
6-
[![Build Status][github-actions-ci-image]][github-actions-ci-url]
7-
[![Test Coverage][coveralls-image]][coveralls-url]
5+
[![Node.js Version][node-image]][node-url]
6+
[![Build Status][ci-image]][ci-url]
7+
[![Coverage Status][coveralls-image]][coveralls-url]
88

99
Basic HTTP cookie parser and serializer for HTTP servers.
1010

@@ -303,12 +303,12 @@ $ npm run bench
303303

304304
[MIT](LICENSE)
305305

306+
[ci-image]: https://badgen.net/github/checks/jshttp/cookie/master?label=ci
307+
[ci-url]: https://github.com/jshttp/cookie/actions/workflows/ci.yml
306308
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/cookie/master
307309
[coveralls-url]: https://coveralls.io/r/jshttp/cookie?branch=master
308-
[github-actions-ci-image]: https://img.shields.io/github/workflow/status/jshttp/cookie/ci/master?label=ci
309-
[github-actions-ci-url]: https://github.com/jshttp/cookie/actions/workflows/ci.yml
310-
[node-version-image]: https://badgen.net/npm/node/cookie
311-
[node-version-url]: https://nodejs.org/en/download
310+
[node-image]: https://badgen.net/npm/node/cookie
311+
[node-url]: https://nodejs.org/en/download
312312
[npm-downloads-image]: https://badgen.net/npm/dm/cookie
313313
[npm-url]: https://npmjs.org/package/cookie
314314
[npm-version-image]: https://badgen.net/npm/v/cookie

0 commit comments

Comments
 (0)
Please sign in to comment.