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 <[email protected]>
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
-
-[](https://travis-ci.org/apache/incubator-openwhisk-runtime-swift)
+# Apache OpenWhisk runtimes for swift
+[](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
['"[email protected]" <[email protected]>'].