Skip to content

Commit b4debe8

Browse files
authored
fix import path in README
1 parent 1479e9e commit b4debe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Support for arrays of all basic Go types and all JSON and arrays operators is pr
4242
The recommended way to install `kallax` is:
4343

4444
```
45-
go get -u gopkg.in/src-d/kallax.v1/...
45+
go get -u gopkg.in/src-d/go-kallax.v1/...
4646
```
4747

4848
> *kallax* includes a binary tool used by [go generate](http://blog.golang.org/generate),

0 commit comments

Comments
 (0)