|
2 | 2 |
|
3 | 3 | Fast, unopinionated, minimalist web framework for [node](http://nodejs.org).
|
4 | 4 |
|
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] |
8 | 8 | [![Windows Build][appveyor-image]][appveyor-url]
|
9 | 9 | [![Test Coverage][coveralls-image]][coveralls-url]
|
10 | 10 |
|
@@ -146,13 +146,13 @@ The current lead maintainer is [Douglas Christopher Wilson](https://github.com/d
|
146 | 146 |
|
147 | 147 | [MIT](LICENSE)
|
148 | 148 |
|
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 |
156 | 150 | [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 |
158 | 152 | [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