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.