Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslavtriev authored May 15, 2024
1 parent d253971 commit bed8c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type MySQLConfig = {
/* Maximum attempts if the query fails, by default 10 */
maxtRetries: number | undefined
/* MySql SSL config */
ssl?: any
ssl?: string | SslOptions | undefined
}
```
Expand Down

0 comments on commit bed8c62

Please sign in to comment.