diff --git a/Makefile b/Makefile
index 3b0314538d7bf63d8272759b821cdb2e4bbabd79..8230858f843d53a36e1c7cdb13c1253d41808df7 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ docker-build:
 	${SUDO} docker run --rm -v ${ROOT_DIR}:/go/src/github.com/gambol99/keycloak-proxy \
 		-w /go/src/github.com/gambol99/keycloak-proxy -e GOOS=linux golang:${GOVERSION} make static
 
-docker: static
+docker:
 	@echo "--> Building the docker image"
 	${SUDO} docker build -t ${REGISTRY}/${AUTHOR}/${NAME}:${VERSION} .
 
diff --git a/README.md b/README.md
index 71d8fb081a92e7ae1bb0af9f485a2a3ebc0828ff..7d55131153030115fb1642df00c189c10a6f84e0 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,10 @@
     
 ----
 
-Keycloak-proxy is a proxy service which at the risk of stating the obvious integrates with the [Keycloak](https://github.com/keycloak/keycloak) authentication service. Although technically the service has no dependency on Keycloak itself and would quite happily work with any OpenID provider. The configuration and feature set is based on the actual java version of the [proxy](https://docs.jboss.org/keycloak/docs/1.1.0.Beta2/userguide/html/proxy.html). The service supports both access tokens in browser cookie or bearer tokens.
+Keycloak-proxy is a proxy service which at the risk of stating the obvious integrates with the [Keycloak](https://github.com/keycloak/keycloak) authentication service. Although technically the service has no dependency on Keycloak itself and would quite happily work with any OpenID provider. The service supports both access tokens in browser cookie or bearer tokens.
 
 ```shell
 [jest@starfury keycloak-proxy]$ bin/keycloak-proxy help
-[jest@starfury keycloak-proxy]$ bin/keycloak-proxy --help
 NAME:
    keycloak-proxy - is a proxy using the keycloak service for auth and authorization