You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/04/02 13:36:13 UTC

[incubator-openwhisk-runtime-docker] branch master updated: Fix readme typo (#68)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3d6ee06  Fix readme typo (#68)
3d6ee06 is described below

commit 3d6ee0610d6f319d9d008870932f7830ab5301f3
Author: Avi Weit <we...@il.ibm.com>
AuthorDate: Tue Apr 2 16:36:08 2019 +0300

    Fix readme typo (#68)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c01c912..3e1b5ab 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Create a zip action with a `exec` in the root of the zip
 ```
 echo \
 '#!/bin/bash
-echo "{\"messag\":\"Hello World\"}"' > exec
+echo "{\"message\":\"Hello World\"}"' > exec
 ```
 ```
 chmod +x exec