diff --git a/README.md b/README.md index 1573ab78..74fff357 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Wikipedia describes them as - Do not try to force them; bad things are supposed to happen, if done so. Keep in mind that design patterns are solutions **to** problems, not solutions **finding** problems; so don't overthink. - If used in a correct place in a correct manner, they can prove to be a savior; or else they can result in a horrible mess of a code. +> ℹ Note that the code samples below are in PHP-7. However the **support for other languages is underway**. But this shouldn't stop you because the concepts are same anyways. + Types of Design Patterns ----------------- @@ -33,8 +35,6 @@ Types of Design Patterns * [Structural](#structural-design-patterns) * [Behavioral](#behavioral-design-patterns) -> ℹ Note that the code samples below are in PHP-7. However the **support for other languages is underway**. But this shouldn't stop you because the concepts are same anyways. - Creational Design Patterns ==========================