From a398f53b1fbb3b5430593896b29fcc663642b0b3 Mon Sep 17 00:00:00 2001 From: everpcpc Date: Mon, 6 Nov 2023 17:42:00 +0800 Subject: [PATCH] fix: typo in DSN example (#291) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42508eca..cd7d7a65 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ We can use `.CMD_NAME VAL` to update the `Settings` above in runtime, example: Format: ``` -databend[+flight]://user:[password]@host[:port]/[database][?sslmode=disabled][&arg1=value1] +databend[+flight]://user:[password]@host[:port]/[database][?sslmode=disable][&arg1=value1] ``` Examples: