Skip to content

Commit 9c907ac

Browse files
committed
Readme: add closing backtick
Replaced `false with `false`
1 parent abafca7 commit 9c907ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ When establishing a connection, you can set the following options:
147147
* `queryFormat`: A custom query format function. See [Custom format](#custom-format).
148148
* `debug`: Prints protocol details to stdout. (Default: `false`)
149149
* `multipleStatements`: Allow multiple mysql statements per query. Be careful
150-
with this, it exposes you to SQL injection attacks. (Default: `false)
150+
with this, it exposes you to SQL injection attacks. (Default: `false`)
151151
* `flags`: List of connection flags to use other than the default ones. It is
152152
also possible to blacklist default ones. For more information, check [Connection Flags](#connection-flags).
153153

0 commit comments

Comments
 (0)