Skip to content

Commit 42bcdb2

Browse files
committed
added structure to docs
1 parent 74b6050 commit 42bcdb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#node-mysql2
1+
# Node MySQL 2
22

33
[![NPM Version][npm-image]][npm-url]
44
[![NPM Downloads][downloads-image]][downloads-url]
55
[![Node.js Version][node-version-image]][node-version-url]
66
[![Linux Build][travis-image]][travis-url]
77
[![Windows Build][appveyor-image]][appveyor-url]
8-
[![License][license-link]][license-url]
8+
[![License][license-image]][license-url]
99

1010
MySql client for node.js. Written in native JavaScript and aims to be mostly api compatible with [node-mysql](https://github.com/felixge/node-mysql)
1111

@@ -28,7 +28,7 @@ Please check [documentation](https://github.com/sidorares/node-mysql2/tree/maste
2828

2929
## Acknowledgements
3030

31-
- Internal protocol is written by @sidorares [MySQL-native](https://github.com/sidorares/nodejs-mysql-native)
31+
- Internal protocol is written by @sidorares [MySQL-Native](https://github.com/sidorares/nodejs-mysql-native)
3232
- Constants, SQL parameters interpolation, Pooling, `ConnectionConfig` class taken from [node-mysql](https://github.com/felixge/node-mysql)
3333
- SSL upgrade code based on @TooTallNate [code](https://gist.github.com/TooTallNate/848444)
3434
- Secure connection / compressed connection api flags compatible to [MariaSQL](https://github.com/mscdex/node-mariasql/) client.
@@ -49,5 +49,5 @@ Want to improve something in `node-mysql2`. Please check [Contributing.md](https
4949
[appveyor-url]: https://ci.appveyor.com/project/sidorares/node-mysql2
5050
[downloads-image]: https://img.shields.io/npm/dm/mysql2.svg
5151
[downloads-url]: https://npmjs.org/package/mysql2
52-
[license-link]: https://github.com/sidorares/node-mysql2/blob/master/License
52+
[license-url]: https://github.com/sidorares/node-mysql2/blob/master/License
5353
[license-image]: https://img.shields.io/npm/l/mysql2.svg?maxAge=2592000

0 commit comments

Comments
 (0)