Update README.md

This commit is contained in:
2026-05-02 14:29:53 +00:00
parent 4619bb1c50
commit ec386e6b75
+3 -2
View File
@@ -36,8 +36,9 @@ By completing this workshop, you will learn and practice:
--- ---
```markdown
## 📚 Class Hierarchy Diagram ## 📚 Class Hierarchy Diagram
```markdown
┌─────────────────┐ ┌─────────────────┐
│ User │ │ User │
│ (Abstract) │ │ (Abstract) │
@@ -69,7 +70,7 @@ By completing this workshop, you will learn and practice:
│ SchoolSystem │ │ SchoolSystem │
│ (Service) │ │ (Service) │
└─────────────────┘ └─────────────────┘
---