@@ 2,7 2,7 @@
# GTGW
GTGW is the "good to go wrapper". It aims at making it easier to work
-on golang code without needing to sick to the GOPATH directory
+on golang code without needing to stick to the GOPATH directory
structure in your own home directory.
##Usage
@@ 13,8 13,8 @@ with the directory structure that Go exp
Example: `gtgw --tag "code.example.com/mygroup/stuff"`
-Once tagged prefix the commands with gtgw and it automatically
-mock the go directory structure in a temporary dir before
-running the real underlying commands.
+Once the repo has been tagged tagged you must prefix the go commands with gtgw
+and it will automatically mock the go directory structure in a temporary dir
+before running the real underlying commands.
Example: `gtgw go test -v`