From 0094586f88d3fdfed044d75afe67274f33c18a99 Mon Sep 17 00:00:00 2001 From: maximkou Date: Sun, 2 Mar 2014 22:16:59 +0400 Subject: [PATCH] Update readme.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d54a17a..b34051e 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ The patterns can be structured in roughly three different categories. Please cli * [TemplateMethod](TemplateMethod) [:notebook:](http://en.wikipedia.org/wiki/Template_method_pattern) * [Visitor](Visitor) [:notebook:](http://en.wikipedia.org/wiki/Visitor_pattern) +### More +* [Delegation](Delegation) [:notebook:](http://en.wikipedia.org/wiki/Delegation_pattern) + ## Contribute Please feel free to fork and extend existing or add your own examples and send a pull request with your changes!