diff --git a/README.md b/README.md
index 37a30bea1..f9a2bbf11 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ 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 Schedule](https://github.com/serverless/examples/tree/master/kubeless-python-schedule)
This example demonstrates how to setup a simple scheduled 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 |
| [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 |