From 66982375f59cc89806e1401a813f72f77134189a Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Thu, 9 Apr 2015 22:24:30 +0300 Subject: [PATCH] #43 Move Intercepting Filter to behavior patterns category. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd6467677..bf042a153 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,12 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi * [Template method](#template-method) * [Visitor](#visitor) * [Null Object](#null-object) +* [Intercepting Filter](#intercepting-filter) ### Presentation Tier Patterns 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) * [Model-View-Presenter](#model-view-presenter) ### Idioms