From bed8c62bfc769cd20d9ff6246b046b2fefe62a31 Mon Sep 17 00:00:00 2001 From: Bob <115008575+bobslavtriev@users.noreply.github.com> Date: Wed, 15 May 2024 18:08:51 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b22f9e4..ccc2feb 100644 --- a/README.md +++ b/README.md @@ -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 } ```