Skip to content

Commit 99c82cc

Browse files
authored
Update readme
1 parent 45571ed commit 99c82cc

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
@@ -133,7 +133,7 @@ demonstrate.
133133
A component, as a rule, consists of the following classes: `Component` (with an inner `Mediator` implementation),
134134
`ComponentView`, `ComponentViewModel`, and `ComponentMediator`:
135135

136-
<img width="1004" height="446" alt="PatternFX" src="https://github.com/user-attachments/assets/e205c4a9-43ab-43b2-8cf0-2ac11c4a9af4" />
136+
<img width="1016" height="457" alt="PatternFX" src="https://github.com/user-attachments/assets/28ea5b5f-7f86-4dc6-bc74-6c4ed3c1abd7" />
137137

138138
A natural question might arise: why is there no `Model` in the component, given that
139139
the pattern is called MVVM? Firstly, a component is a building block for constructing a user interface, which might

0 commit comments

Comments
 (0)