From 3ce7c33df64285f1f2d2232f16043b8429f76af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 15 Jun 2024 07:47:46 +0300 Subject: [PATCH] docs: update layered architecture --- layered-architecture/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layered-architecture/README.md b/layered-architecture/README.md index 9fb1fc81f..9ab4b8d34 100644 --- a/layered-architecture/README.md +++ b/layered-architecture/README.md @@ -86,7 +86,7 @@ public class CakeViewImpl implements View { } ``` -## Detailed Explanation of Layered Architecture Pattern with Real-World Examples +## Layered Architecture Pattern Class Diagram ![Layered Architecture](./etc/layers.png "Layered Architecture")