Skip to content

Commit

Permalink
minor client-go doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Xu committed Aug 25, 2016
1 parent d836b24 commit 0c88db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/src/k8s.io/client-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ client-go has the same release cycle as the Kubernetes main repository. For exam

### How to get it

You can `go get` a release of client-go, e.g., `go get k8s.io/client-go/1.4`.
You can `go get` a release of client-go, e.g., `go get k8s.io/client-go/1.4/...` for the whole thing or `go get k8s.io/client-go/1.4/kubernetes` if you just need the clientset.

### Reporting bugs

Expand Down

0 comments on commit 0c88db3

Please sign in to comment.