Skip to content

Commit f753d68

Browse files
committed
Update README.md
1 parent 2392d6c commit f753d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ Presentation Tier patterns are the top-most level of the application, this is co
430430
## <a name="intercepting-filter">Intercepting Filter</a> [&#8593;](#list-of-design-patterns)
431431
**Intent:** Provide pluggable filters to conduct necessary pre-processing and post-processing to requests from a client to a target
432432

433-
![alt text](https://github.com/joshzambales/java-design-patterns/blob/master/intercepting-filter/etc/intercepting-filter.png "Intercepting Filter")
433+
![alt text](https://github.com/joshzambales/java-design-patterns/blob/master/intercepting-filter/etc/Intercepting-filter.png "Intercepting Filter")
434434

435435
**Applicability:** Use the Intercepting Filter pattern when
436436
* 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
486486

487487
# License
488488

489-
This project is licensed under the terms of the MIT license.
489+
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)