From ae6749452b83ddc47bb4a5c1a0496d59378eeb4a Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Thu, 24 May 2018 12:51:22 -0700 Subject: [PATCH] Rewording for clarity Signed-off-by: Misty Stanley-Jones --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e5e4220..8d079162 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Go clients for talking to a [kubernetes](http://kubernetes.io/) cluster. We currently recommend using the v7.0.0 tag. See [INSTALL.md](/INSTALL.md) for detailed installation instructions. `go get k8s.io/client-go/...` works, but -will give you head and doesn't handle the dependencies well. +will build `master`, which doesn't handle the dependencies well. [![BuildStatus Widget]][BuildStatus Result] [![GoReport Widget]][GoReport Status]