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/openwhisk-runtime-ruby.git
The following commit(s) were added to refs/heads/master by this push:
new e4596c2 chore: fix spelling (#54)
e4596c2 is described below
commit e4596c26096d7982c2b136c100bd67cefb2ce3cf
Author: John Bampton <[email protected]>
AuthorDate: Tue Mar 9 10:17:20 2021 +1000
chore: fix spelling (#54)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0366f36..63041d3 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ wsk action update myAction my_action.rb --docker
openwhisk/action-ruby-v2.5
```
This works on any deployment of Apache OpenWhisk
-### To use on deployment that contains the rutime as a kind
+### To use on deployment that contains the runtime as a kind
To use as a kind action
```
wsk action update myAction my_action.rb --kind ruby:2.5
@@ -49,7 +49,7 @@ docker login
```
Deploy OpenWhisk using ansible environment that contains the kind `ruby:2.5`
-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.