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:44:08 UTC

[incubator-openwhisk-runtime-swift] 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-swift.git


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

commit 1ee8ae467c49111b43839d8c910450b84848a996
Author: Carlos Santana <cs...@us.ibm.com>
AuthorDate: Mon Oct 2 21:43:28 2017 -0400

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

diff --git a/README.md b/README.md
index ddad2f8..77b4407 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,18 @@
-#Apache OpenWhisk runtimes for swift
+# Apache OpenWhisk runtimes for swift
 [![Build Status](https://travis-ci.org/apache/incubator-openwhisk-runtime-swift.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-runtime-swift)
 
 
 ### Give it a try today
 To use as a docker action
 ```
-bx wsk action update myAction myAction.jar --docker openwhisk/action-swift-v3.1.1:1.0.0
+wsk action update myAction myAction.jar --docker openwhisk/action-swift-v3.1.1: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.swift --kind swift:3.1.1
+wsk action update myAction myAction.swift --kind swift:3.1.1
 ```
 
 ### Local development

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