Skip to content

Commit

Permalink
update readme and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep Pawar committed Aug 3, 2021
1 parent 10b382d commit 3334a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ This project provides a native Go language database driver for IBM Performance S

## Install

`go get github.com/IBM/nzgo`
`go get github.com/IBM/nzgo/v12`

## Docs

For detailed documentation and basic usage examples, please see the package
documentation at <https://godoc.org/github.com/IBM/nzgo>.
documentation at <https://godoc.org/github.com/IBM/nzgo/v12>.

## Tests

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using this package directly. For example:
import (
"database/sql"
_ "github.com/IBM/nzgo"
_ "github.com/IBM/nzgo/v12"
)
func main() {
Expand Down

0 comments on commit 3334a68

Please sign in to comment.