Updated README.md

This commit is contained in:
joshzambales 2015-04-03 20:24:08 +08:00
parent 24ea7ff325
commit bc98c11d94

View File

@ -58,6 +58,7 @@ Presentation Tier patterns are the top-most level of the application, this is co
* [Intercepting Filter](#intercepting-filter)
## <a name="abstract-factory">Abstract Factory</a> [&#8593;](#list-of-design-patterns)
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.