This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git


The following commit(s) were added to refs/heads/master by this push:
     new 5855f46  fix typo (#194)
5855f46 is described below

commit 5855f46751a4733973e3f28717de2fb0917343b9
Author: Hyunwoo Jung <[email protected]>
AuthorDate: Wed Jan 16 17:23:54 2019 +0900

    fix typo (#194)
---
 docker-compose/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose/README.md b/docker-compose/README.md
index 30617f1..c0c3607 100644
--- a/docker-compose/README.md
+++ b/docker-compose/README.md
@@ -231,5 +231,5 @@ These 2 variable allow you to execute a JS action using the 
container `registry.
 ## Local Docker containers for controllers and invokers
 
 By default this setup uses published images for controller and invokers from 
`openwhisk` namespace i.e.
-`openwhisk/controller` and `openwhisk/invoker`. To make use of locally build 
images you can use `DOCKER_OW_IMAGE_PREFIX`
-variable i.e. `DOCKER_OW_IMAGE_PREFIX=whisk make quick-start`
+`openwhisk/controller` and `openwhisk/invoker`. To make use of locally build 
images you can use `DOCKER_IMAGE_PREFIX`
+variable i.e. `DOCKER_IMAGE_PREFIX=whisk make quick-start`

Reply via email to