From 1ab8832fc8afa9b00563ad93f7af412e86f4c237 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Fri, 29 Jan 2016 06:32:46 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 685c0c3..de3fd0a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ event sourcing (ES) and command query responsibility segregation (CQRS). Applications consist of loosely coupled components that communicate using events. These components can be deployed either as separate services or packaged as a monolithic application for simplified development and testing. +# Built using the Eventuate platform + + + +Read the overview or look at the other example applications. + # Big ideas This example illustrates several important concepts: