Skip to content

Commit 7685d92

Browse files
committed
docs: add badges to readme
1 parent 7e4e1a8 commit 7685d92

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Readme.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
# node-mysql
2-
3-
[![Build Status](https://travis-ci.org/felixge/node-mysql.svg?branch=master)](https://travis-ci.org/felixge/node-mysql)
1+
# mysql [![Build Status](https://travis-ci.org/felixge/node-mysql.svg?branch=master)](https://travis-ci.org/felixge/node-mysql) [![NPM version](https://badge.fury.io/js/mysql.svg)](http://badge.fury.io/js/mysql)
42

53
## Install
64

7-
```bash
8-
npm install mysql
5+
```sh
6+
$ npm install mysql
97
```
108

119
For information about the previous 0.9.x releases, visit the [v0.9 branch][].
1210

1311
Sometimes I may also ask you to install the latest version from Github to check
1412
if a bugfix is working. In this case, please do:
1513

16-
```
17-
npm install felixge/node-mysql
14+
```sh
15+
$ npm install felixge/node-mysql
1816
```
1917

2018
[v0.9 branch]: https://github.com/felixge/node-mysql/tree/v0.9

0 commit comments

Comments
 (0)