Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-30 16:15:26 +03:00
parent 9de2402745
commit 601bd6bb98

View File

@ -1,6 +1,10 @@
#Design pattern samples in Java.
## Build status:
![Build status](https://travis-ci.org/iluwatar/java-design-patterns.svg?branch=master)
##Abstract Factory
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.