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-runtime-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new c401349 Fix typo (#116)
c401349 is described below
commit c401349d4aa3ddb5f03999c87b97295ed429a220
Author: Song Kun <[email protected]>
AuthorDate: Wed Mar 6 21:04:07 2019 +0800
Fix typo (#116)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e3f7714..53c11fd 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ wsk action update myAction myAction.js --docker
openwhisk/action-nodejs-v8
```
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 using Node.js 6
```
wsk action update myAction myAction.js --kind nodejs:6