From 4806b68230ff13a540efc30a46455850a1d8a6e5 Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sat, 20 Feb 2021 15:14:21 +1100 Subject: [PATCH] add book cover to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f624bf..38e5e8e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![CI](https://github.com/thombergs/buckpal/actions/workflows/ci.yml/badge.svg)](https://github.com/thombergs/buckpal/actions/workflows/ci.yml) +[![Get Your Hands Dirty On Clean Architecture](https://reflectoring.io/assets/img/get-your-hands-dirty-260x336.png)](https://reflectoring.io/book). + This is the companion code to my eBook [Get Your Hands Dirty on Clean Architecture](https://leanpub.com/get-your-hands-dirty-on-clean-architecture). It implements a domain-centric "Hexagonal" approach of a common web application with Java and Spring Boot.