From c558c2c5510c6657b8bfb295363fba72f36ed9dc Mon Sep 17 00:00:00 2001 From: GNOKOHEAT <38800095+gnokoheat@users.noreply.github.com> Date: Sat, 10 Feb 2024 10:09:01 +0900 Subject: [PATCH] fix: readme runtime typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d556d020c..8a67b3432 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ serverless install -u https://github.com/serverless/examples/tree/v3/folder-name | [Aws Ruby Step Functions Express](https://github.com/serverless/examples/tree/v3/aws-ruby-step-functions-express) <br/> Ruby example that make usage of AWS Step Functions Express Type with AWS Lambda, DynamoDB, Amazon SES, API Gateway, and Step Functions flows | ruby | | [Aws Ruby Step Functions With Callback](https://github.com/serverless/examples/tree/v3/aws-ruby-step-functions-with-callback) <br/> Ruby example that make usage of AWS Step Functions with callback pattern, AWS Lambda, DynamoDB, Amazon Comprehend, API Gateway, and Step Functions flows | ruby | | [Aws Ruby Step Functions](https://github.com/serverless/examples/tree/v3/aws-ruby-step-functions) <br/> Ruby example that make usage of AWS Step Functions with AWS Lambda, DynamoDB and Step Functions flows. | ruby | -| [Aws Rust Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/aws-rust-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP GET endpoint with rust | nodeJS | +| [Aws Rust Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/aws-rust-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP GET endpoint with rust | rust | | [Azure Node Line Bot](https://github.com/serverless/examples/tree/v3/azure-node-line-bot) <br/> Azure Functions sample for the Serverless framework | nodeJS | | [Azure Node Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/azure-node-simple-http-endpoint) <br/> An example of making http endpoints with the Azure Functions Serverless Framework plugin | nodeJS | | [Azure Node Telegram Bot](https://github.com/serverless/examples/tree/v3/azure-node-telegram-bot) <br/> Azure Functions sample for the Serverless framework | nodeJS | @@ -151,7 +151,7 @@ serverless install -u https://github.com/serverless/examples/tree/v3/folder-name | [Google Ruby Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/google-ruby-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP GET endpoint with Ruby | ruby | | [Kubeless Python Simple Function](https://github.com/serverless/examples/tree/v3/kubeless-python-simple-function) <br/> This example demonstrates how to setup a simple Python function with Kubeless | python | | [Kubeless Python Simple Scheduled Function](https://github.com/serverless/examples/tree/v3/kubeless-python-simple-scheduled-function) <br/> This example demonstrates how to setup a simple Python function with Kubeless | python | -| [Openwhisk Go Simple](https://github.com/serverless/examples/tree/v3/openwhisk-go-simple) <br/> Example demonstrates how to setup a simple Go function with OpenWhisk. | nodeJS | +| [Openwhisk Go Simple](https://github.com/serverless/examples/tree/v3/openwhisk-go-simple) <br/> Example demonstrates how to setup a simple Go function with OpenWhisk. | go | | [Openwhisk Node And Docker Chaining Functions](https://github.com/serverless/examples/tree/v3/openwhisk-node-and-docker-chaining-functions) <br/> Example of chaining function calls using sequences and docker images. | nodeJS | | [Openwhisk Node Chaining Functions](https://github.com/serverless/examples/tree/v3/openwhisk-node-chaining-functions) <br/> Example of chaining function calls using sequences and the sdk. | nodeJS | | [Openwhisk Node Scheduled Cron](https://github.com/serverless/examples/tree/v3/openwhisk-node-scheduled-cron) <br/> Example of creating a function that runs as a cron job using the serverless schedule event. | nodeJS | @@ -162,7 +162,7 @@ serverless install -u https://github.com/serverless/examples/tree/v3/folder-name | [Openwhisk Python Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/openwhisk-python-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP GET endpoint with OpenWhisk. | python | | [Openwhisk Python Simple](https://github.com/serverless/examples/tree/v3/openwhisk-python-simple) <br/> Example demonstrates how to setup a simple Python function with OpenWhisk. | python | | [Openwhisk Ruby Simple](https://github.com/serverless/examples/tree/v3/openwhisk-ruby-simple) <br/> Example demonstrates how to setup a simple Ruby function with OpenWhisk. | ruby | -| [Openwhisk Rust Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/openwhisk-rust-simple-http-endpoint) <br/> Example demonstrates how to setup a simple Rust function with OpenWhisk. | nodeJS | +| [Openwhisk Rust Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/openwhisk-rust-simple-http-endpoint) <br/> Example demonstrates how to setup a simple Rust function with OpenWhisk. | rust | | [Openwhisk Swift Precompiled Binaries](https://github.com/serverless/examples/tree/v3/openwhisk-swift-precompiled-binaries) <br/> Swift packages and pre-compiled binaries on OpenWhisk. | swift | | [Openwhisk Swift Scheduled Cron](https://github.com/serverless/examples/tree/v3/openwhisk-swift-scheduled-cron) <br/> Example of creating a Swift function that runs as a cron job using the serverless schedule event. | swift | | [Openwhisk Swift Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/openwhisk-swift-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP endpoint using Swift function with OpenWhisk. | swift |