Updated PackageManagementTools (markdown)
diff --git a/PackageManagementTools.md b/PackageManagementTools.md
index 801cc2f..3b2150f 100644
--- a/PackageManagementTools.md
+++ b/PackageManagementTools.md
@@ -47,9 +47,9 @@
|Categories |Vendoring, Revision Locking. Copies into ".vendor/src". Does NOT fully support windows. |
| |
| **govend** |https://github.com/govend/govend |
-|Title |A simple tool to vendor dependencies |
+|Title |A simple tool to vendor Go package dependencies. It's like `go get` for vendoring. |
|Author |Jack Spirou |
-|Categories |Vendor and lock revisions of packages in `vendor/` via the `GO15VENDOREXPERIMENT`. |
+|Categories | Vendor and lock revisions of packages recursively into "vendor" with `go get` commands/flags. Supports Go 1.5+ and Windows. Does not alter `$GOPATH` and works with normal `go` commands/tooling. |
## Pkg copy, build using GOPATH modification