Skip to content

Commit

Permalink
Update installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kos-v committed Feb 19, 2022
1 parent 570d16e commit 159dcb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This library parses a DSN of the form:
![](doc/structure.png)
Each of the sections is optional, so, for example, a DSN can be without schema or credentials.

##### Installation
```shell
go get github.com/kos-v/dsnparser
```

##### Using
```go
import "github.com/kos-v/dsnparser"
Expand Down

0 comments on commit 159dcb0

Please sign in to comment.