From fafc74b984d1a3ec9f4a3ea2024e70bfaabe18a8 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Tue, 19 Sep 2023 09:47:51 +0900 Subject: [PATCH] README: fix markup error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18fcc0276..9257c1fd2 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ This has the same effect as an empty DSN string: ``` -`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: +`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: ``` /dbname%2Fwithslash