From 5c53ff22d74adcf71e4d21d1543b03064b34e118 Mon Sep 17 00:00:00 2001
From: Yoan Thirion <yoan.thirion@gmail.com>
Date: Mon, 22 Apr 2024 07:38:24 +0200
Subject: [PATCH] fix TDD color

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e1c8de185..54630b368 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ given concept:
 
 - [Refactoring ๐Ÿš€](docs/learning-paths/refactoring.md)
 - [Clean Testing ๐Ÿงผ](docs/learning-paths/clean-testing.md)
-- [Test-Driven Development ๐Ÿ”ด๐Ÿ”ต๐ŸŸข](docs/learning-paths/tdd.md)
+- [Test-Driven Development ๐Ÿ”ด๐ŸŸข๐Ÿ”ต](docs/learning-paths/tdd.md)
 - [Design ๐Ÿ›](docs/learning-paths/design.md)
 - [Functional Programming ๐ŸŒ‹](docs/learning-paths/functional-programming.md)