From 4118aab1396449f5cfb50df30abed99903e9c116 Mon Sep 17 00:00:00 2001 From: joshzambales Date: Fri, 3 Apr 2015 20:22:23 +0800 Subject: [PATCH] Updated README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ddfd3f30c..ef5412a37 100644 --- a/README.md +++ b/README.md @@ -426,8 +426,6 @@ Presentation Tier patterns are the top-most level of the application, this is co **Applicability:** Use the Callback pattern when * When some arbitrary synchronous or asynchronous action must be performed after execution of some defined activity. -* [Intercepting Filter](#intercepting-filter) - ## Intercepting Filter [↑](#list-of-design-patterns) **Intent:** Provide pluggable filters to conduct necessary pre-processing and post-processing to requests from a client to a target