Skip to content

Commit 22e750b

Browse files
authored
README: fix markup error (#1480)
1 parent 78e0387 commit 22e750b

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
@@ -114,7 +114,7 @@ This has the same effect as an empty DSN string:
114114
115115
```
116116

117-
`dbname` is escaped by [PathEscape()]()https://pkg.go.dev/net/url#PathEscape) since v1.8.0. If your database name is `dbname/withslash`, it becomes:
117+
`dbname` is escaped by [PathEscape()](https://pkg.go.dev/net/url#PathEscape) since v1.8.0. If your database name is `dbname/withslash`, it becomes:
118118

119119
```
120120
/dbname%2Fwithslash

0 commit comments

Comments
 (0)