From 045b52dbcacf5cd51ffacef01a8e7fcfd2e1caa9 Mon Sep 17 00:00:00 2001 From: brendandburns Date: Wed, 13 Aug 2014 13:54:14 -0700 Subject: [PATCH] Fix a typo in the godep installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b664b97c467..0b1e0665116 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The commands above will not work if there are more than one directory in ``$GOPA Kubernetes uses [godep](https://github.com/tools/godep) to manage dependencies. Please make sure that *godep* is installed and in your PATH. If you have already set up Go development environment correctly, the following command will install *godep* into your ``GOBIN`` directory, which is ``$GOPATH/bin`` if ``GOBIN`` is not set: ``` -go get github.com/tools/godeps +go get github.com/tools/godep ``` ### Hooks