Skip to content

Commit 4ed35b4

Browse files
committed
docs: switch badges to badgen
1 parent ea66a9b commit 4ed35b4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Readme.md

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

33
Fast, unopinionated, minimalist web framework for [node](http://nodejs.org).
44

5-
[![NPM Version][npm-image]][npm-url]
6-
[![NPM Downloads][downloads-image]][downloads-url]
7-
[![Linux Build][ci-image]][ci-url]
5+
[![NPM Version][npm-version-image]][npm-url]
6+
[![NPM Downloads][npm-downloads-image]][npm-downloads-url]
7+
[![Linux Build][github-actions-ci-image]][github-actions-ci-url]
88
[![Windows Build][appveyor-image]][appveyor-url]
99
[![Test Coverage][coveralls-image]][coveralls-url]
1010

@@ -146,13 +146,13 @@ The current lead maintainer is [Douglas Christopher Wilson](https://github.com/d
146146

147147
[MIT](LICENSE)
148148

149-
[ci-image]: https://img.shields.io/github/workflow/status/expressjs/express/ci/master.svg?label=linux
150-
[ci-url]: https://github.com/expressjs/express/actions/workflows/ci.yml
151-
[npm-image]: https://img.shields.io/npm/v/express.svg
152-
[npm-url]: https://npmjs.org/package/express
153-
[downloads-image]: https://img.shields.io/npm/dm/express.svg
154-
[downloads-url]: https://npmcharts.com/compare/express?minimal=true
155-
[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/express/master.svg?label=windows
149+
[appveyor-image]: https://badgen.net/appveyor/ci/dougwilson/express/master?label=windows
156150
[appveyor-url]: https://ci.appveyor.com/project/dougwilson/express
157-
[coveralls-image]: https://img.shields.io/coveralls/expressjs/express/master.svg
151+
[coveralls-image]: https://badgen.net/coveralls/c/github/expressjs/express/master
158152
[coveralls-url]: https://coveralls.io/r/expressjs/express?branch=master
153+
[github-actions-ci-image]: https://badgen.net/github/checks/expressjs/express/master?label=linux
154+
[github-actions-ci-url]: https://github.com/expressjs/express/actions/workflows/ci.yml
155+
[npm-downloads-image]: https://badgen.net/npm/dm/express
156+
[npm-downloads-url]: https://npmcharts.com/compare/express?minimal=true
157+
[npm-url]: https://npmjs.org/package/express
158+
[npm-version-image]: https://badgen.net/npm/v/express

0 commit comments

Comments
 (0)