From e941b8beda65df9d16a02a0e36e5b26a93e17cec Mon Sep 17 00:00:00 2001 From: praneesha Date: Tue, 26 Sep 2023 10:01:24 +0530 Subject: [PATCH] Fix a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ede35745..ffdb2230 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ external resource. For more information, go to Azure Functions triggers and bindings concepts. -- Http - Trigger and Output Binding +- HTTP - Trigger and Output Binding - Queue - Trigger and Output Binding - Blob - Trigger, Input and Output Binding - Twilio - Output Binding @@ -31,7 +31,7 @@ Functions triggers and bindings concepts. #### Sample Code: -In ballerina, Triggers are represented with listeners. When the `af:HttpListener` gets attached to the service, it +In Ballerina, Triggers are represented with listeners. When the `af:HttpListener` gets attached to the service, it implies that the function is a HTTP Trigger. The resource function behaves exactly the same as a service written from `ballerina/http`. It supports `http:Payload, http:Header` annotations for parameters. Input binding annotations can be used to annotate parameters to make use of external services in azure. if no annotations are specified for a