From d72a2254dd8213162e28bc77e943ee447c393f52 Mon Sep 17 00:00:00 2001 From: Diego Rubio Abujas Date: Fri, 27 Nov 2020 16:45:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b91047..eeb13b6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The main propose of this project is test CQRS with Event Sourcing. ## Getting Started -This project consist of two microservices developed in Spring Boot (Once for Command Service and other for Query Services). Each of them has H2 database for Command and Query. +This project consist of two microservices developed with Spring Boot (Once for Command Service and other for Query Services). Each of them has H2 database for Command and Query. ### Microservice Command Once request for POST new Item, after data was inserted in database, it will publish message in kafka broker.