From 5e939a2d8bbd518038e4f74ee85780cdf15d37cd Mon Sep 17 00:00:00 2001 From: joshzambales Date: Fri, 3 Apr 2015 20:23:14 +0800 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8f65514c..c48d202cc 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi Presentation Tier patterns are the top-most level of the application, this is concerned with translating tasks and results to something the user can understand. +* [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.