From 82af9f0c46a56b1fb59a3c6cee9916d043ae774e Mon Sep 17 00:00:00 2001 From: Joe Searcy <40017920+phenixblue@users.noreply.github.com> Date: Mon, 4 Mar 2019 11:05:28 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84a08e1..4a47c81 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The `azs` CLI is a utlity that can be used as a standalone binary or as a `kubec `kubectl` to be installed, a valid kubeconfig referenced via the `KUBECONFIG` environment variable, and the `failure-domain.beta.kubernetes.io/zone` label to be set for the cluster nodes. -This was an opportunity for me to start working with golang and is meant to be a simple example for building kubectl a plugin. +This was an opportunity for me to start working with golang and is meant to be a simple example for building a kubectl plugin. The utility is written in [go](https://golang.org) and uses the [cobra](https://github.com/spf13/cobra), [dep](https://github.com/golang/dep), and [goreleaser](https://goreleaser.com) projects.