From 49c640fe5ad5493bfd795250e301433799ecccdc Mon Sep 17 00:00:00 2001 From: Lizro Date: Wed, 29 Dec 2021 00:48:03 +0100 Subject: [PATCH] Update README.md Following this issue https://github.com/fastify/fastify-mysql/issues/82 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6276f..929778d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) Fastify MySQL connection plugin; with this you can share the same MySQL connection pool in every part of your server. -Under the hood the [mysql2](https://github.com/sidorares/node-mysql2) is used, the options that you pass to `register` will be passed to the MySQL pool builder. +Under the hood the [mysql2](https://github.com/sidorares/node-mysql2) is used. If you don't use the `connectionString` option, the options that you pass to `register` will be passed to the MySQL pool builder. ## Install ```