From 36c4409d9d94d3f3ceb473aca591f09d4fdaa2f6 Mon Sep 17 00:00:00 2001 From: Christian Tellnes Date: Sun, 28 Aug 2016 22:25:10 +0200 Subject: [PATCH] fix type error spelling in documentation @Simran-B pointed this out here https://github.com/tellnes/node-mysql/commit/dd921c3dac1c5dc1afbc2149be6d10665973b9f2#commitcomment-18778650 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 237ae4fd3..981df751e 100644 --- a/Readme.md +++ b/Readme.md @@ -200,7 +200,7 @@ When establishing a connection, you can set the following options: * `connectTimeout`: The milliseconds before a timeout occurs during the initial connection to the MySQL server. (Default: `10000`) * `stringifyObjects`: Stringify objects instead of converting to values. See -issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `'false'`) +issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `false`) * `insecureAuth`: Allow connecting to MySQL instances that ask for the old (insecure) authentication method. (Default: `false`) * `typeCast`: Determines if column values should be converted to native