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.