From f774b8d9b5a889d7312cd19b0a07385c8ce5baa0 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Thu, 8 Oct 2020 12:14:03 +0200 Subject: [PATCH] Fix Identation --- resources/topic-graph.mmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index b25fb88..f01272a 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -48,7 +48,7 @@ graph TD DSi --> BHP[Bulkhead Pattern] DSi --> CBP[Circuit Breaker Pattern] DSi --> EvS[Event Sourcing] - DSi --> CQRS[CQRS - Command Query Responsibility Segregation] + DSi --> CQRS[CQRS - Command Query Responsibility Segregation] DSi --> DPro[Distributed Processing] DPro --> HDP[Hadoop] DSi --> DLB[Load Balancing]