Updated PackageManagementTools (markdown)
diff --git a/PackageManagementTools.md b/PackageManagementTools.md
index 3b2150f..16951af 100644
--- a/PackageManagementTools.md
+++ b/PackageManagementTools.md
@@ -49,7 +49,7 @@
 | **govend** |https://github.com/govend/govend |
 |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 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. |
+|Categories  | Vendor and lock revisions of packages recursively into the "vendor" directory 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