Skip to content

Commit 4d628ff

Browse files
committed
Fix for diagram in README.MD
1 parent 079bcae commit 4d628ff

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
@@ -26,7 +26,7 @@ With Event-Driven systems, there is absolutely *no* direct reference between dis
2626
## Decoupled Topology
2727
Where traditional software design principles would require communicating objects to reference each-other directly, Event-Driven design patterns eliminate the need for this.
2828

29-
![Topological Diagram showing Event-Driven ViewModel being updated via Events from the Data Model Repository](/Diagrams/Event-Driven SwiftUI View.png?raw=true)
29+
<img src="/Diagrams/Event-Driven%20SwiftUI%20View.png?raw=true" alt="Topological Diagram showing Event-Driven ViewModel being updated via Events from the Data Model Repository" title="Topological Diagram showing Event-Driven ViewModel being updated via Events from the Data Model Repository">
3030

3131
## Terminology
3232
Understanding the Terminology used in this Library and its supporting examples/documentation will aid you considerably in immediately leveraging these tools to produce extremely powerful, high-performance, entirely-decoupled and easily maintained Event-Driven solutions.

0 commit comments

Comments
 (0)