Skip to content

Commit ab28dfa

Browse files
committed
docs: Add link to Gitter Chat
[ci skip]
1 parent c94667f commit ab28dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A MySQL client for Node.js with methods for defining tables with auto-migration
1010

1111
This module extends the popular [`mysql`](https://www.npmjs.com/package/mysql) module, so it can be safely dropped in as a replacement for that module before using any of its additional features. It is recommended that you read the [documentation](https://github.com/mysqljs/mysql#introduction) for the `mysql` module, especially the sections on [connection options](https://github.com/mysqljs/mysql#connection-options), [performing queries](https://github.com/mysqljs/mysql#performing-queries), [escaping query values](https://github.com/mysqljs/mysql#escaping-query-values), and [escaping query identifiers](https://github.com/mysqljs/mysql#escaping-query-identifiers).
1212

13-
> Requires Node v4 or higher
13+
Have questions or feedback? [![Join the Gitter chat](https://badges.gitter.im/nwoltman/node-mysql-plus.svg)](https://gitter.im/nwoltman/node-mysql-plus?utm_source=badge&utm_medium=badge&utm_content=badge)
1414

1515
## Table of Contents
1616

jsdoc2md/README.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A MySQL client for Node.js with methods for defining tables with auto-migration
1010

1111
This module extends the popular [`mysql`](https://www.npmjs.com/package/mysql) module, so it can be safely dropped in as a replacement for that module before using any of its additional features. It is recommended that you read the [documentation](https://github.com/mysqljs/mysql#introduction) for the `mysql` module, especially the sections on [connection options](https://github.com/mysqljs/mysql#connection-options), [performing queries](https://github.com/mysqljs/mysql#performing-queries), [escaping query values](https://github.com/mysqljs/mysql#escaping-query-values), and [escaping query identifiers](https://github.com/mysqljs/mysql#escaping-query-identifiers).
1212

13-
> Requires Node v4 or higher
13+
Have questions or feedback? [![Join the Gitter chat](https://badges.gitter.im/nwoltman/node-mysql-plus.svg)](https://gitter.im/nwoltman/node-mysql-plus?utm_source=badge&utm_medium=badge&utm_content=badge)
1414

1515
## Table of Contents
1616

0 commit comments

Comments
 (0)