diff --git a/README.md b/README.md
index ede3574..ffdb223 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
diff --git a/ballerina/Module.md b/ballerina/Module.md
index 77b7d89..590c462 100644
--- a/ballerina/Module.md
+++ b/ballerina/Module.md
@@ -12,7 +12,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
@@ -21,7 +21,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