You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/10/03 01:39:25 UTC

[incubator-openwhisk-runtime-java] branch master updated: remove bx from readme

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 39223d9  remove bx from readme
39223d9 is described below

commit 39223d9d390521213734b9fe1681a6c6be78ed91
Author: Carlos Santana <cs...@us.ibm.com>
AuthorDate: Mon Oct 2 21:39:00 2017 -0400

    remove bx from readme
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b29cfc9..acd4175 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,14 @@
 ### Give it a try today
 To use as a docker action
 ```
-bx wsk action update myAction myAction.jar --docker openwhisk/java8action:1.0.0
+wsk action update myAction myAction.jar --docker openwhisk/java8action:1.0.0
 ```
 This works on any deployment of Apache OpenWhisk
 
 ### To use on deployment that contains the rutime as a kind
 To use as a kind action
 ```
-bx wsk action update myAction myAction.jar --kind java:8
+wsk action update myAction myAction.jar --kind java:8
 ```
 
 ### Local development

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].