From 7bed5922778685bae9b48fdf5390fa51784e60d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Sat, 15 May 2021 11:45:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aecd45b..294343f 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ The main goal of this book is to help developers avoid common mistakes while at *Go with the Domain* is a book on building Go applications that solve complex problems in an idiomatic way. -It features techniques like Domain-Driven Design, Clean Architecture, CQRS, and other patterns. +It features techniques like Domain-Driven Design, Clean Architecture, CQRS (Command Query Responsibility Segregation), and other patterns. The book is based on a [real open source project](https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example). Chapters go through refactoring of the project to show common anti-patterns and how to avoid them.