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:46:29 UTC

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


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

commit c9f3d0510c427817aa2df625cf050afb01a653ac
Author: Carlos Santana <cs...@us.ibm.com>
AuthorDate: Mon Oct 2 21:46:16 2017 -0400

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

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

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