diff --git a/README.md b/README.md index bec5f9ab3..450ec1185 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ serverless install -u https://github.com/serverless/examples/tree/master/folder- | [Google Node Simple Http Endpoint](https://github.com/serverless/examples/tree/master/google-node-simple-http-endpoint)
An example of making http endpoints with the Google Cloud Functions Serverless Framework plugin. | nodeJS | | [Gcp Node Typescript Simple](https://github.com/serverless/examples/tree/master/google-node-typescript-http-endpoint)
Simple HTTP example for GCP functions by Serverless framework with Typescript | nodeJS | | [Google Python Simple Http Endpoint](https://github.com/serverless/examples/tree/master/google-python-simple-http-endpoint)
Example demonstrates how to setup a simple HTTP GET endpoint with python | python | -| [Kubeless Python Simple](https://github.com/serverless/examples/tree/master/kubeless-python-schedule)
This example demonstrates how to setup a simple Python function with Kubeless | python | -| [Kubeless Python Simple](https://github.com/serverless/examples/tree/master/kubeless-python-simple)
This example demonstrates how to setup a simple Python function with Kubeless | python | +| [Kubeless Python Simple Function](https://github.com/serverless/examples/tree/master/kubeless-python-simple-function)
This example demonstrates how to setup a simple Python function with Kubeless | python | +| [Kubeless Python Simple Scheduled Function](https://github.com/serverless/examples/tree/master/kubeless-python-simple-scheduled-function)
This example demonstrates how to setup a simple Python function with Kubeless | python | | [Openwhisk Go Simple](https://github.com/serverless/examples/tree/master/openwhisk-go-simple)
Example demonstrates how to setup a simple Go function with OpenWhisk. | nodeJS | | [Openwhisk Node And Docker Chaining Functions](https://github.com/serverless/examples/tree/master/openwhisk-node-and-docker-chaining-functions)
Example of chaining function calls using sequences and docker images. | nodeJS | | [Openwhisk Node Chaining Functions](https://github.com/serverless/examples/tree/master/openwhisk-node-chaining-functions)
Example of chaining function calls using sequences and the sdk. | nodeJS | diff --git a/kubeless-python-simple/README.md b/kubeless-python-simple-function/README.md similarity index 91% rename from kubeless-python-simple/README.md rename to kubeless-python-simple-function/README.md index abc5cb515..566aa49fb 100644 --- a/kubeless-python-simple/README.md +++ b/kubeless-python-simple-function/README.md @@ -1,6 +1,6 @@