Skip to content

Commit 5bd7af3

Browse files
committed
docs: switch badges to badgen
1 parent 7ecbff0 commit 5bd7af3

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

Readme.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# mysql
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]][npm-url]
5+
[![Node.js Version][node-image]][node-url]
66
[![Linux Build][travis-image]][travis-url]
77
[![Windows Build][appveyor-image]][appveyor-url]
88
[![Test Coverage][coveralls-image]][coveralls-url]
@@ -1490,15 +1490,14 @@ $ MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_DATABASE=node_mysql_test MYSQL_USER
14901490
* Prepared statements
14911491
* Support for encodings other than UTF-8 / ASCII
14921492

1493-
[npm-image]: https://img.shields.io/npm/v/mysql.svg
1494-
[npm-url]: https://npmjs.org/package/mysql
1495-
[node-version-image]: https://img.shields.io/node/v/mysql.svg
1496-
[node-version-url]: https://nodejs.org/en/download/
1497-
[travis-image]: https://img.shields.io/travis/mysqljs/mysql/master.svg?label=linux
1498-
[travis-url]: https://travis-ci.org/mysqljs/mysql
1499-
[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/node-mysql/master.svg?label=windows
1493+
[appveyor-image]: https://badgen.net/appveyor/ci/dougwilson/node-mysql/master?label=windows
15001494
[appveyor-url]: https://ci.appveyor.com/project/dougwilson/node-mysql
1501-
[coveralls-image]: https://img.shields.io/coveralls/mysqljs/mysql/master.svg
1495+
[coveralls-image]: https://badgen.net/coveralls/c/github/mysqljs/mysql/master
15021496
[coveralls-url]: https://coveralls.io/r/mysqljs/mysql?branch=master
1503-
[downloads-image]: https://img.shields.io/npm/dm/mysql.svg
1504-
[downloads-url]: https://npmjs.org/package/mysql
1497+
[node-image]: https://badgen.net/npm/node/mysql
1498+
[node-url]: https://nodejs.org/en/download
1499+
[npm-downloads-image]: https://badgen.net/npm/dm/mysql
1500+
[npm-url]: https://npmjs.org/package/mysql
1501+
[npm-version-image]: https://badgen.net/npm/v/mysql
1502+
[travis-image]: https://badgen.net/travis/mysqljs/mysql/master
1503+
[travis-url]: https://travis-ci.org/mysqljs/mysql

0 commit comments

Comments
 (0)