Skip to content

Commit 4299d9c

Browse files
committed
docs: switch badges to badgen
1 parent 80a2a3f commit 4299d9c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ server.listen(3000)
101101

102102
[MIT](LICENSE)
103103

104-
[npm-image]: https://img.shields.io/npm/v/basic-auth.svg
105-
[npm-url]: https://npmjs.org/package/basic-auth
106-
[node-version-image]: https://img.shields.io/node/v/basic-auth.svg
107-
[node-version-url]: https://nodejs.org/en/download
108-
[travis-image]: https://img.shields.io/travis/jshttp/basic-auth/master.svg
109-
[travis-url]: https://travis-ci.org/jshttp/basic-auth
110-
[coveralls-image]: https://img.shields.io/coveralls/jshttp/basic-auth/master.svg
104+
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/basic-auth/master
111105
[coveralls-url]: https://coveralls.io/r/jshttp/basic-auth?branch=master
112-
[downloads-image]: https://img.shields.io/npm/dm/basic-auth.svg
106+
[downloads-image]: https://badgen.net/npm/dm/basic-auth
113107
[downloads-url]: https://npmjs.org/package/basic-auth
108+
[node-version-image]: https://badgen.net/npm/node/basic-auth
109+
[node-version-url]: https://nodejs.org/en/download
110+
[npm-image]: https://badgen.net/npm/v/basic-auth
111+
[npm-url]: https://npmjs.org/package/basic-auth
112+
[travis-image]: https://badgen.net/travis/jshttp/basic-auth/master
113+
[travis-url]: https://travis-ci.org/jshttp/basic-auth

0 commit comments

Comments
 (0)