Updated glide now that it's in a new category.
diff --git a/PackageManagementTools.md b/PackageManagementTools.md
index def3318..047b1cb 100644
--- a/PackageManagementTools.md
+++ b/PackageManagementTools.md
@@ -17,6 +17,11 @@
 
 Copy packages locally. When building modify the GOPATH or use the GO 1.5 `GO15VENDOREXPERIMENT` to reference the local package store. Not only records specific version, but also fetches specific version.
 
+| **glide** |https://github.com/Masterminds/glide|
+|Title      |Lightweight Vendor Package Manager|
+|Author     |Matt Butcher and Matt Farina     |
+|Categories |Retrieve and manage packages in your `vendor/` directory using the `GO15VENDOREXPERIMENT`. |
+|           |                              |
 | **gopm**   |https://github.com/GPMGo/gopm |
 |:----------|:-----------------------------|
 |Title       |Tool for search, install, update, share packages in Go|
@@ -53,11 +58,6 @@
 |Author      |John Asmuth                   |
 |Categories  |local GOPATH can be configured.|
 |           |                              |
-| **glide** |https://github.com/Masterminds/glide|
-|Title      |Project-based workspaces and dependency management|
-|Author     |Matt Butcher and Matt Farina     |
-|Categories |Project workspaces, vendoring, version locking. Manages dependencies in _vendor using a sub-shell|
-|           |                              |
 | **gb** |http://getgb.io/|
 |Title      |Project-based workspaces and dependency management|
 |Author     |Dave Cheney     |