Skip to content

Commit

Permalink
README: fix markup error
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Sep 19, 2023
1 parent 43e9bef commit fafc74b
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 @@ -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
Expand Down

0 comments on commit fafc74b

Please sign in to comment.