Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
twiny committed Dec 10, 2021
1 parent 2018f4b commit fb09b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TLDs() []string
```

## Install
`go get github.com/twiny/whois`
`go get github.com/twiny/whois/v2`

## Example

Expand All @@ -22,7 +22,7 @@ import (
"fmt"
"time"

"github.com/twiny/whois"
"github.com/twiny/whois/v2"
)

func main() {
Expand Down

0 comments on commit fb09b2d

Please sign in to comment.