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

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


The following commit(s) were added to refs/heads/master by this push:
     new f4150e9  Fix some typos and syntax errors on README.md (#65)
f4150e9 is described below

commit f4150e9454c1d50409a57688fd8ec3401b391d98
Author: Vincent <[email protected]>
AuthorDate: Fri Jul 12 16:25:15 2019 -0400

    Fix some typos and syntax errors on README.md (#65)
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c534300..51920ab 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ docker login
 Replace `core:pythonAction` with `core:python2Action` to build python 2 
instead.
 
 Deploy OpenWhisk using ansible environment that contains the kind `python:3` 
and `python:2`
-Assuming you have OpenWhisk already deploy localy and `OPENWHISK_HOME` 
pointing to root directory of OpenWhisk core repository.
+Assuming you have OpenWhisk already deploy locally and `OPENWHISK_HOME` 
pointing to root directory of OpenWhisk core repository.
 
 Set `ROOTDIR` to the root directory of this repository.
 
@@ -76,12 +76,12 @@ ln -s ${ROOTDIR}/ansible/environments/local 
${OPENWHISK_HOME}/ansible/environmen
 wskdev fresh -t local-python
 ```
 
-To use as docker action push to your own dockerhub account
+Use the `docker` commands to tag the image and push it into your own Docker 
Hub account
 ```
-docker tag whisk/python3action $user_prefix/python
+docker tag whisk/python3action $user_prefix/python3action
 docker push $user_prefix/python3action
 ```
-Then create the action using your the image from dockerhub
+Then create the action using your image from dockerhub
 ```
 wsk action update myAction myAction.py --docker $user_prefix/python3action
 ```

Reply via email to