From 8e4b7302e54468f18562447965476b86f5115fab Mon Sep 17 00:00:00 2001
From: elopsod <75570519+elopsod@users.noreply.github.com>
Date: Thu, 2 May 2024 18:17:36 +0300
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 8187f15..c243789 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
   "headers": "map[:authority:[127.0.0.1:50053] content-type:[application/grpc] grpc-accept-encoding:[gzip] user-agent:[grpcurl/v1.8.9 grpc-go/1.57.0]]"
   }
   ```
-  * GRPCs request
+* GRPCs request
   ```shell
   grpcurl -d '{"name": "El"}' --insecure 127.0.0.1:50053   EchoServer/GrpcPing
   ```