diff --git a/README.md b/README.md index 09a0f8a74..3b08d1f7d 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,5 @@ ##Proxy **Intent:** Provide a surrogate or placeholder for another object to control access to it. +##Chain of responsibility +**Intent:** Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it.