Skip to content

Commit e9d2140

Browse files
authored
update readme with v2 import
1 parent 4d8d1a4 commit e9d2140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Documentation: [pkg.go.dev/github.com/kostaspt/go-datamuse](https://pkg.go.dev/g
1515
## Installation
1616

1717
```bash
18-
$ go get -u github.com/kostaspt/go-datamuse
18+
$ go get -u github.com/kostaspt/go-datamuse/v2
1919
```
2020

2121
## Example
2222

2323
```go
2424
package main
2525

26-
import "github.com/kostaspt/go-datamuse"
26+
import "github.com/kostaspt/go-datamuse/v2"
2727

2828
func main() {
2929
ml, _ := datamuse.New().Words().MeansLike("ringing in the ears").Get()

0 commit comments

Comments
 (0)