From 74e60922adbfb845ddeb41d9d7661de043f11810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 23 Aug 2014 20:15:12 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 160c1a3cd..caedda7af 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ##Abstract Factory **Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes. +![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1") ##Builder **Intent:** Separate the construction of a complex object from its representation so that the same construction process can create different representations.