You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/21 13:42:37 UTC

[GitHub] csantanapr closed pull request #5: Fix mistakes in README

csantanapr closed pull request #5: Fix mistakes in README
URL: https://github.com/apache/incubator-openwhisk-runtime-python/pull/5
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index 2696688..04a2e3d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache OpenWhisk runtimes for swift
+# Apache OpenWhisk runtimes for Python
 [![Build Status](https://travis-ci.org/apache/incubator-openwhisk-runtime-python.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-runtime-python)
 
 
@@ -13,7 +13,7 @@ Replace `python3action` with `python2action` to use python 2.
 ### To use on deployment that contains the rutime as a kind
 To use as a kind action using python 3
 ```
-wsk action update myAction myAction.swift --kind python:3
+wsk action update myAction myAction.py --kind python:3
 ```
 Replace `python:3` with `python:2` to use python 2.
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services