From afad65ad79c72e90b833b3d231173f68e402fce0 Mon Sep 17 00:00:00 2001
From: Dilan Sachintha Nayanajith <dilansachinthanos@gmail.com>
Date: Tue, 9 Apr 2024 17:46:12 +0530
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 806df14..6e2c7c2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Ballerina Protoc-Tools
 
 Protoc-tools provides a CLI command to convert a protoc definition to a Ballerina representation that can be then used for connecting and interacting with gRPC endpoints.
 
-gRPC is an inter-process communication technology that allows you to connect, invoke, and operate distributed, heterogeneous applications as easily as making a local function call. The gRPC protocol is layered over HTTP/2 and uses Protocol Buffers for marshaling/unmarshaling messages. This makes gRPC highly efficient on wire and a simple service definition framework.
+gRPC is an inter-process communication technology that allows you to connect, invoke, and operate distributed, heterogeneous applications as easily as making a local function call. The gRPC protocol is layered over HTTP/2 and uses Protocol Buffs for marshaling/unmarshaling messages. This makes gRPC highly efficient on wire and a simple service definition framework.
 
 When you develop a gRPC application, the first thing you do is define a service definition using Protocol Buffers.