From dcc5b846b25054269c29b6e90d425ac4e2ff9650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Hajdarevi=C4=87?= Date: Tue, 13 Jan 2015 03:37:47 +0100 Subject: [PATCH] Update README.md refactoring --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27f12b7..7923e5c 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ *Please note:* Before installing the webhook, make sure you have installed `go` and properly set up your `$GOPATH` environment variable. ```go -go get github.com/adnanh/webhook +$ go get github.com/adnanh/webhook ``` ## Updating ```go -go get -u github.com/adnanh/webhook +$ go get -u github.com/adnanh/webhook ``` ## Adding hooks