From fb24bf8c1f56418e74c4004ecb9248f86f7be40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 9 Aug 2014 22:40:45 +0300 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 458c7ea01..0b06f9149 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ -java-design-patterns -==================== Design pattern samples in Java. - Abstract Factory ================ Intent: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.