From 06b7793f13a554f4b0eb5525e64284e33f1d7988 Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Tue, 12 Jul 2016 13:35:37 +0300 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d271e47..9ab5910 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Examples in real life: -javax.servlet.Filter#doFilter() -Spring Security Filter Chain ### c. Actors -* Client - creates the chain, and uses it +* Client - creates the chain, and invokes the first handler * Handler - defines an interface for handling the requests, optional to set the succesor * Concrete Handler - handles requests it is responsible for, may request the successor to process the request if needed