From 1d4f0f1e29ef45aefa9b3d40a4fc1ed20eeeb583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Wed, 13 Aug 2014 21:16:37 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 881bf5121..82506c9b4 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,6 @@ ##Bridge **Intent:** Decouple an abstraction from its implementationso that the two can vary independently. + +##Composite +**Intent:** Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.