diff --git a/README.md b/README.md index d01c0b3..77ad7c8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An example of a Clean architecture DDD application. Here are some references and links which were used for this application: 1. [Related SO question](https://stackoverflow.com/questions/54013963/ddd-approach-where-to-enforce-business-rules-without-aggregate) - - Interesting question also involving academic domain + - Interesting relevant question also involving academic domain 2. [Transactional, roll back transaction manually](https://stackoverflow.com/a/23502214)