Skip to content

Commit e1cb77c

Browse files
committed
Merge pull request #379 from GeorgeBailey/patch-1
Readme: add closing backtick
2 parents abafca7 + 9c907ac commit e1cb77c

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)