Skip to content

Commit 71d2c47

Browse files
committed
docs: update badges
1 parent 72ec2a6 commit 71d2c47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,13 +1208,13 @@ $ MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_DATABASE=node_mysql_test MYSQL_USER
12081208
* Prepared statements
12091209
* Support for encodings other than UTF-8 / ASCII
12101210

1211-
[npm-image]: https://img.shields.io/npm/v/mysql.svg?style=flat
1211+
[npm-image]: https://img.shields.io/npm/v/mysql.svg
12121212
[npm-url]: https://npmjs.org/package/mysql
1213-
[node-version-image]: http://img.shields.io/node/v/mysql.svg?style=flat
1213+
[node-version-image]: http://img.shields.io/node/v/mysql.svg
12141214
[node-version-url]: http://nodejs.org/download/
1215-
[travis-image]: https://img.shields.io/travis/felixge/node-mysql.svg?style=flat
1215+
[travis-image]: https://img.shields.io/travis/felixge/node-mysql/master.svg
12161216
[travis-url]: https://travis-ci.org/felixge/node-mysql
1217-
[coveralls-image]: https://img.shields.io/coveralls/felixge/node-mysql.svg?style=flat
1217+
[coveralls-image]: https://img.shields.io/coveralls/felixge/node-mysql/master.svg
12181218
[coveralls-url]: https://coveralls.io/r/felixge/node-mysql?branch=master
1219-
[downloads-image]: https://img.shields.io/npm/dm/mysql.svg?style=flat
1219+
[downloads-image]: https://img.shields.io/npm/dm/mysql.svg
12201220
[downloads-url]: https://npmjs.org/package/mysql

0 commit comments

Comments
 (0)