You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by da...@apache.org on 2017/06/23 02:48:39 UTC

[incubator-openwhisk-client-python] branch master updated: Update README.md (#8)

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

daisyguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a06a39  Update README.md (#8)
1a06a39 is described below

commit 1a06a3947c831e0727c20b41cd74b69321742a84
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Thu Jun 22 21:48:37 2017 -0500

    Update README.md (#8)
    
    Merged.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 04b77e5..fc9cde4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # incubator-openwhisk-client-python
 [![Build Status](https://api.travis-ci.org/apache/incubator-openwhisk-client-python.svg?branch=master)](https://api.travis-ci.org/apache/incubator-openwhisk-client-python)
 
-There is no official Python client for Apache OpenWhisk at the moment. However, the REST API of OpenWhisk can be used directly from Python. Here is an example of Python code using the `requests` library to invoke `echo` action in OpenWhisk (in Bluemix):
+There is no official Python client for Apache OpenWhisk at the moment. However, the REST API of OpenWhisk can be used directly from Python. Here is an example of Python code using the `requests` library to invoke `echo` action in OpenWhisk (using IBM's Bluemix as a target host):
 
 ``` python
 import subprocess

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