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.