From cb5000781236095f0ce1bb7e19e3979d3f826d26 Mon Sep 17 00:00:00 2001 From: gushakov Date: Mon, 13 Dec 2021 10:33:08 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)