From bc98c11d94a439fcad5c0a918d9690f577689d1d Mon Sep 17 00:00:00 2001 From: joshzambales Date: Fri, 3 Apr 2015 20:24:08 +0800 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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.