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