From f753d68d1b84d69ec8bcff628565ac0f98b3ec00 Mon Sep 17 00:00:00 2001 From: joshzambales Date: Fri, 3 Apr 2015 22:27:32 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e6f4b732..b1eb8b87a 100644 --- a/README.md +++ b/README.md @@ -430,7 +430,7 @@ Presentation Tier patterns are the top-most level of the application, this is co ## 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 -![alt text](https://github.com/joshzambales/java-design-patterns/blob/master/intercepting-filter/etc/intercepting-filter.png "Intercepting Filter") +![alt text](https://github.com/joshzambales/java-design-patterns/blob/master/intercepting-filter/etc/Intercepting-filter.png "Intercepting Filter") **Applicability:** Use the Intercepting Filter pattern when * a system uses pre-processing or post-processing requests @@ -486,4 +486,4 @@ The difference is the intent of the patterns. While Proxy controls access to the # License -This project is licensed under the terms of the MIT license. \ No newline at end of file +This project is licensed under the terms of the MIT license.