From 4334f829e48324683b06eb47c5cf5864e84dddd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 23 Aug 2014 20:23:45 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76d91c95f..0d9347c4d 100644 --- a/README.md +++ b/README.md @@ -5,7 +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/iluwatar/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory.jpg "Logo Title Text 1") +![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory.svg "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.