diff --git a/README.md b/README.md index 82506c9b432b4746394715c9902263714557df7f..548db0f3c87a86d6a7d099b5c00becb7a21e6982 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.