From a7219119bb89013d76c9828e1ce2c9c629ac7d3b Mon Sep 17 00:00:00 2001 From: Mehdi Hadeli Date: Mon, 23 Sep 2024 14:21:59 +0200 Subject: [PATCH] docs: Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 182f796..299d1c5 100644 --- a/readme.md +++ b/readme.md @@ -48,8 +48,9 @@ dotnet new install . ## Features -- ✅ Using `Vertical Slice Architecture` as a high level architecture +- ✅ Using `Vertical Slice Architecture` as a high-level architecture - ✅ Using `CQRS Pattern` on top of `MediatR` library +- ✅ Using `Mapperly` source generator for the mappings - ✅ Using `Minimal APIs` for handling requests - ✅ Using `Fluent Validation` and a [Validation Pipeline Behaviour](./src/BuildingBlocks/BuildingBlocks.Validation/RequestValidationBehavior.cs) on top of MediatR - ✅ Using `Postgres` On Top of EfCore