Skip to content

Commit

Permalink
fix: typo in DSN example (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Nov 6, 2023
1 parent 1338e60 commit a398f53
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 @@ -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:
Expand Down

0 comments on commit a398f53

Please sign in to comment.