aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/image/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/image/README.md')
-rw-r--r--vendor/golang.org/x/image/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/image/README.md b/vendor/golang.org/x/image/README.md
index 0a312b4..9e12d9e 100644
--- a/vendor/golang.org/x/image/README.md
+++ b/vendor/golang.org/x/image/README.md
@@ -4,7 +4,7 @@ This repository holds supplementary Go image libraries.
## Download/Install
-The easiest way to install is to run `go get -u golang.org/x/image`. You can
+The easiest way to install is to run `go get -u golang.org/x/image/...`. You can
also manually git clone the repository to `$GOPATH/src/golang.org/x/image`.
## Report Issues / Send Patches