Correct capitalization
diff --git a/GOPATH.md b/GOPATH.md
index cef3930..8d544e1 100644
--- a/GOPATH.md
+++ b/GOPATH.md
@@ -30,7 +30,7 @@
 $GOPATH/bin/B
 ```
 
-## Repository Integration and Creating "go gettable" Projects
+## Repository integration and creating "go gettable" projects
 When fetching a package the go tool looks at the package's import path to discover a URL. For instance, if you attempt to
 ```
 go get github.com/go-kit/kit