godeps changes your testing and install commands.
diff --git a/README.md b/README.md
index fbc8d5c..0cd1cbe 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,8 @@
godep save ./...
```
-This will install all the source files you need into a `pkg` directory, which is
-referenceable from your own source files.
+This will install all the source files you need into a `Godeps/_workspace` directory, which is
+referenceable from your own source files when you use the `godep go` command.
## Getting started