|
1 | 1 | # http-errors
|
2 | 2 |
|
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] |
6 | 6 | [![Build Status][travis-image]][travis-url]
|
7 | 7 | [![Test Coverage][coveralls-image]][coveralls-url]
|
8 | 8 |
|
@@ -152,13 +152,12 @@ var err = new createError.NotFound()
|
152 | 152 |
|
153 | 153 | [MIT](LICENSE)
|
154 | 154 |
|
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 |
156 | 160 | [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 |
160 | 163 | [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