Merge branch 'develop'
diff --git a/README.md b/README.md
index 943910f..4fe1392 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
             -e REDIS_HOST=<redis_host> \
             -e REDIS_PORT=<redis_port> \
             -e REDIS_PASS=<redis_pass> \
-            apicgw/apigateway:latest
+            openwhisk/apigateway:latest
 ```
 
 This command starts an API Gateway that subscribes to the Redis instance with the specified host and port. The `REDIS_PASS` variable is optional and is required only when redis needs authentication. 
@@ -48,7 +48,7 @@
  To Run the Docker image
  ```
   make docker-run PUBLIC_MANAGEDURL_HOST=<mangedurl_host> PUBLIC_MANAGEDURL_PORT=<managedurl_port> \
-    GW_HOST=<gateway_host> REDIS_HOST=<redis_host> REDIS_PORT=<redis_port> REDIS_PASS=<redis_pass>
+    REDIS_HOST=<redis_host> REDIS_PORT=<redis_port> REDIS_PASS=<redis_pass>
  ```
  
  The main API Gateway process is exposed to port `80`. To test that the Gateway works see its `health-check`: