From 737d1ca3eaa4d505c5c4a880a3266e5ed3685bc1 Mon Sep 17 00:00:00 2001 From: Dustin Bleeker Date: Wed, 24 Jul 2024 11:38:47 +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 e9329ba..f01f5aa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Here’s what’s in store with this boilerplate: - **AdvancedAPI.Data:** Models and repositories for data handling. - **AdvancedAPI.Tests:** Unit tests to ensure everything works smoothly. -##🚧 Learning by Doing +## 🚧 Learning by Doing This boilerplate is designed to be a hands-on learning experience for me. It’s intentionally set up with potential mistakes and quirks to help you learn by doing: - **Spot a Mistake?** Perfect! It’s a great opportunity to dig in and understand what went wrong. Your observations can be valuable for learning.