Skip to content

Commit d2d00b9

Browse files
committed
docs: switch badges to badgen
1 parent 7184095 commit d2d00b9

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

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

3-
[![NPM Version][npm-image]][npm-url]
4-
[![NPM Downloads][downloads-image]][downloads-url]
5-
[![Node.js Version][node-version-image]][node-version-url]
3+
[![NPM Version][npm-version-image]][npm-url]
4+
[![NPM Downloads][npm-downloads-image]][node-url]
5+
[![Node.js Version][node-image]][node-url]
66
[![Build Status][travis-image]][travis-url]
77
[![Test Coverage][coveralls-image]][coveralls-url]
88

@@ -152,13 +152,12 @@ var err = new createError.NotFound()
152152

153153
[MIT](LICENSE)
154154

155-
[npm-image]: https://img.shields.io/npm/v/http-errors.svg
155+
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/http-errors/master
156+
[coveralls-url]: https://coveralls.io/r/jshttp/http-errors?branch=master
157+
[node-image]: https://badgen.net/npm/node/http-errors
158+
[node-url]: https://nodejs.org/en/download
159+
[npm-downloads-image]: https://badgen.net/npm/dm/http-errors
156160
[npm-url]: https://npmjs.org/package/http-errors
157-
[node-version-image]: https://img.shields.io/node/v/http-errors.svg
158-
[node-version-url]: https://nodejs.org/en/download/
159-
[travis-image]: https://img.shields.io/travis/jshttp/http-errors.svg
161+
[npm-version-image]: https://badgen.net/npm/v/http-errors
162+
[travis-image]: https://badgen.net/travis/jshttp/http-errors/master
160163
[travis-url]: https://travis-ci.org/jshttp/http-errors
161-
[coveralls-image]: https://img.shields.io/coveralls/jshttp/http-errors.svg
162-
[coveralls-url]: https://coveralls.io/r/jshttp/http-errors
163-
[downloads-image]: https://img.shields.io/npm/dm/http-errors.svg
164-
[downloads-url]: https://npmjs.org/package/http-errors

0 commit comments

Comments
 (0)