diff --git a/README.md b/README.md index 148120563..186734ab8 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,6 @@ ##Iterator **Intent:** Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation. + +##Mediator +**Intent:** Define an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.