From 094cca74eda9f507942d688ef90382df9c6a9be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Wed, 12 May 2021 17:44:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a333f50..aecd45b 100644 --- a/README.md +++ b/README.md @@ -156,9 +156,9 @@ The main goal of this book is to help developers avoid common mistakes while at ### [Go with the Domain: Building Modern Business Software in Go](https://threedots.tech/go-with-the-domain/) *Free* - + -*Go with the Domain* is a book about building applications that solve complex problems in an idiomatic way. +*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. The book is based on a [real open source project](https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example).