From 074802cd81bb4d52d8fb57a5f8cb180683e64f00 Mon Sep 17 00:00:00 2001 From: jiasir Date: Thu, 17 Nov 2016 09:56:45 +0800 Subject: [PATCH] Update godep directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b0042b3..bcf65746 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ go get github.com/rackspace/gophercloud godep save ./... ``` -This will install all the source files you need into a `Godeps/_workspace` directory, which is +This will install all the source files you need into a `vendor/` directory (or `Godeps/_workspace` when using older versions of Go), which is referenceable from your own source files when you use the `godep go` command. ## Getting started