diff --git a/README.md b/README.md index 82506c9b4..548db0f3c 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,6 @@ ##Composite **Intent:** Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly. + +##Decorator +**Intent:** Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.