Skip to content

Commit f537d7f

Browse files
committed
Update README.md
1 parent 2a4874c commit f537d7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@ A DSN in its fullest form:
6464
username:password@protocol(address)/dbname?param=value
6565
```
6666

67-
Except the databasename all values are optional, so the minimal DSN is:
67+
Except of the databasename, all values are optional. So the minimal DSN is:
6868
```
6969
/dbname
7070
```
7171

72-
If you don't want to preselect a database, leave `dbname` empty:
72+
If you do not want to preselect a database, leave `dbname` empty:
7373
```
7474
/
7575
```
7676

7777
### Password
78-
Passwords may consist of any char. No escaping necessary.
78+
Passwords can consist of any character. Escaping is not necessary.
7979

8080
### Protocol
8181
See [net.Dial](http://golang.org/pkg/net/#Dial) for more information which networks are available.

0 commit comments

Comments
 (0)