diff --git a/README.md b/README.md index 672e3cc..62bae08 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ See the [`/pkg`](pkg/README.md) directory for examples. ### `/vendor` -Application dependencies (managed manually or by your favorite dependency management tool). +Application dependencies (managed manually or by your favorite dependency management tool like [`dep`](https://github.com/golang/dep)). Don't commit your application dependencies if you are building a library. diff --git a/vendor/README.md b/vendor/README.md index 62bd810..5ed8cc5 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -1,5 +1,5 @@ # `/vendor` -Application dependencies (managed manually or by your favorite dependency management tool). +Application dependencies (managed manually or by your favorite dependency management tool like [`dep`](https://github.com/golang/dep)). Don't commit your application dependencies if you are building a library.