diff --git a/README.md b/README.md
index e52e4ab53c20c60f8dfb4199871c0c30d3535ca8..1f2b2db5eb76fb18e8356aff218d31daca3d795c 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Run ```docker run --rm -v `pwd`:/host aquasec/kube-bench:latest```. This will co
 2. Install from sources:
 If Go is installed on the target machines, you can simply clone this repository and run as follows (assuming your [$GOPATH is set](https://github.com/golang/go/wiki/GOPATH)):
 ```go get github.com/aquasecurity/kube-bench```
-```go get https://github.com/masterminds/glide```
+```go get github.com/Masterminds/glide```
 ```cd $GOPATH/src/github.com/aquasecurity/kube-bench```
 ```$GOPATH/bin/glide install```
 ```go build -o kube-bench . ```