Skip to content

Commit bd459dd

Browse files
author
Miguel Molina
authored
Merge pull request #111 from smola/patch-1
fix import path in README
2 parents 1479e9e + b4debe8 commit bd459dd

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)