From b6d8e7157ba3f62dfd206864f4caa74a1fbcc0f8 Mon Sep 17 00:00:00 2001 From: Syed Omair Date: Wed, 19 Mar 2025 03:58:46 +0500 Subject: [PATCH] format change --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 295594e..08abeb8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ - - # backend-microservices This repository showcases a microservices architecture with three distinct services: Department, User, and Point.
@@ -10,4 +8,5 @@ The project emphasizes code reusability through a common container for initializ - Point service leverages gRPC to offer user point data, which is then consumed by the User service, demonstrating inter-service communication. -This design promotes modularity and scalability across the services. \ No newline at end of file + +This design promotes modularity and scalability across the services.