fixed the readme

This commit is contained in:
Martin Thielecke 2015-08-01 01:16:51 +00:00
parent 17a18be8a5
commit aa88b1207e

View File

@ -26,7 +26,7 @@ usage
ln -s $GOPATH/bin/githook-gofmt pre-commit_01_gofmt && \
ln -s $GOPATH/bin/githook-gobuild pre-commit-02_gobuild && \
ln -s $GOPATH/bin/githook-gobuild pre-commit_02_gobuild && \
ln -s $GOPATH/bin/githook-gotest pre-commit_03_gotest )