diff --git a/README.md b/README.md index c48d202cc..20db2d8f6 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Presentation Tier patterns are the top-most level of the application, this is co * [Intercepting Filter](#intercepting-filter) + ## Abstract Factory [↑](#list-of-design-patterns) **Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.