From 143600d4f9a00252fab0c458915665b3e449fe46 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:41:34 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24d1b58..94f81e2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ - :sparkle: Using `Vertical Slice Architecture` for architecture level. - :sparkle: Using `Domain Driven Design (DDD)` to implement all business processes in microservices. -- :sparkle: Using `Rabbitmq` on top of `Masstransit` for asynchronous communication (event driven architecture) between our microservices. +- :sparkle: Using `Rabbitmq` on top of `Masstransit` for `Event Driven Architecture` between our microservices. - :sparkle: Using `gRPC` for internal communication between our microservices. - :sparkle: Using `CQRS` implementation with `MediatR` library. - :sparkle: Using `SqlServer` for `write side` of some microservices.