From 01130d3cd472d252c23db8cb82de270907f741d5 Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Tue, 31 Dec 2019 12:22:29 +0100 Subject: [PATCH] Formatting --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 98afc65..41fb1c3 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ Example applications and microservices that use [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries and an [EventStore](https://eventstore.org/) to store the events (Event Sourcing). ## Background -This application shows how to implement DDD/CQRS without a framework, just with a few small libraries. - -Here is a short architectural overview of how a CQRS/Event Sourced application looks like: +This application shows how to implement DDD/CQRS without a framework, just with a few small libraries. Here is a short architectural overview of how a CQRS/Event Sourced application looks like: [![Overview](https://raw.github.com/fuinorg/ddd-cqrs-4-java-example/master/doc/cqrs-overview-small.png)](doc/cqrs-overview.png) ## Components