Skip to content

Commit 8ff995f

Browse files
committed
docs: switch badges to badgen
1 parent 850832f commit 8ff995f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# body-parser
22

3-
[![NPM Version][npm-image]][npm-url]
4-
[![NPM Downloads][downloads-image]][downloads-url]
5-
[![Build Status][github-actions-ci-image]][github-actions-ci-url]
3+
[![NPM Version][npm-version-image]][npm-url]
4+
[![NPM Downloads][npm-downloads-image]][npm-url]
5+
[![Build Status][ci-image]][ci-url]
66
[![Test Coverage][coveralls-image]][coveralls-url]
77

88
Node.js body parsing middleware.
@@ -454,11 +454,12 @@ app.use(bodyParser.text({ type: 'text/html' }))
454454

455455
[MIT](LICENSE)
456456

457-
[npm-image]: https://img.shields.io/npm/v/body-parser.svg
458-
[npm-url]: https://npmjs.org/package/body-parser
459-
[coveralls-image]: https://img.shields.io/coveralls/expressjs/body-parser/master.svg
457+
[ci-image]: https://badgen.net/github/checks/expressjs/body-parser/master?label=ci
458+
[ci-url]: https://github.com/expressjs/body-parser/actions/workflows/ci.yml
459+
[coveralls-image]: https://badgen.net/coveralls/c/github/expressjs/body-parser/master
460460
[coveralls-url]: https://coveralls.io/r/expressjs/body-parser?branch=master
461-
[downloads-image]: https://img.shields.io/npm/dm/body-parser.svg
462-
[downloads-url]: https://npmjs.org/package/body-parser
463-
[github-actions-ci-image]: https://img.shields.io/github/workflow/status/expressjs/body-parser/ci/master?label=ci
464-
[github-actions-ci-url]: https://github.com/expressjs/body-parser/actions/workflows/ci.yml
461+
[node-version-image]: https://badgen.net/npm/node/body-parser
462+
[node-version-url]: https://nodejs.org/en/download
463+
[npm-downloads-image]: https://badgen.net/npm/dm/body-parser
464+
[npm-url]: https://npmjs.org/package/body-parser
465+
[npm-version-image]: https://badgen.net/npm/v/body-parser

0 commit comments

Comments
 (0)