Skip to content

Commit f0aa5da

Browse files
committed
file rename
1 parent 436cd4a commit f0aa5da

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Provides an interface for creating families of objects, without specifying what
185185

186186
Useful when there is a system that creates objects, but how these objects are created should be hidden from view. (families of objects), e.g. bike parts for different types of bikes.
187187

188-
![The bike parts example as a graph](https://github.com/ZapDos7/design-patterns-examples/blob/master/graph.png?raw=true)
188+
![The bike parts example as a graph](https://github.com/ZapDos7/design-patterns-examples/blob/master/bike-graph.png?raw=true)
189189

190190
This pattern improves consistency, as all bikes are created with the same parts, albeit different types of them.
191191

graph.png bike-graph.png

File renamed without changes.

0 commit comments

Comments
 (0)