Skip to content

Commit

Permalink
Fix gopkg.in typo in README.md
Browse files Browse the repository at this point in the history
Fix a typo in the README.md.
Also adds the related `go get` command.
  • Loading branch information
Geert-Johan Riemer committed Jun 1, 2015
1 parent 9996155 commit 0fbc5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Supported operating systems:
2. Get the client in your ```GOPATH``` : ```go get github.com/aerospike/aerospike-client-go```
* To update the client library: ```go get -u github.com/aerospike/aerospike-client-go```

Using [gopkg.io](http://gopkg.io/) is also supported.
Using [gopkg.in](https://gopkg.in/) is also supported: `go get -u gopkg.in/aerospike/aerospike-client-go.v1`

### Some Hints:

Expand Down

0 comments on commit 0fbc5bb

Please sign in to comment.