From f28134b0ded9b2bce6c016c355495793a03761c4 Mon Sep 17 00:00:00 2001 From: Albert Abril Date: Sun, 29 Dec 2024 02:12:08 +0100 Subject: [PATCH] Update README.md Fix Title --- creational/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/creational/README.md b/creational/README.md index e92ba7b..8469133 100644 --- a/creational/README.md +++ b/creational/README.md @@ -1,5 +1,5 @@ -# Behavioral Patterns +# Creational Patterns _**Creational** design patterns provide various object creation mechanisms, which increase flexibility and reuse of existing code._ -👆 Each example contains its own README and instructions. \ No newline at end of file +👆 Each example contains its own README and instructions.