Skip to content

Commit 3a2d987

Browse files
committed
Update README.md
1 parent a7d57c0 commit 3a2d987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
##Abstract Factory
66
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
77

8-
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory.jpg "Logo Title Text 1")
8+
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory.jpg "Abstract Factory")
99

1010
##Builder
1111
**Intent:** Separate the construction of a complex object from its representation so that the same construction process can create different representations.

0 commit comments

Comments
 (0)