Skip to content

Commit 0bf2fc6

Browse files
authored
Update readme
1 parent a051bba commit 0bf2fc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ than improving clarity.
510510

511511
### MVP Template <a name="templates-mvp"></a>
512512

513-
<img width="1209" height="533" alt="PatternFX MVP" src="https://github.com/user-attachments/assets/663115e8-5702-4195-bc88-77e3ea3f4b9f" />
513+
<img width="1197" height="522" alt="PatternFX MVP" src="https://github.com/user-attachments/assets/c9c675f5-76ba-434c-9ccc-08272ad32a44" />
514514

515515
In this template, additional responsibilities are distributed between the `View` and `Presenter`. For responsibilities
516516
that cannot be performed without creating an additional element, a `Composer` is introduced:
@@ -678,7 +678,7 @@ presenter.deinitialize();
678678

679679
### MVVM Template <a name="templates-mvvm"></a>
680680

681-
<img width="1211" height="537" alt="PatternFX MVVM" src="https://github.com/user-attachments/assets/72e4465b-dac7-4320-92ed-247f7a062068" />
681+
<img width="1197" height="522" alt="PatternFX MVVM" src="https://github.com/user-attachments/assets/a86802d0-b907-41ec-9cce-3ad10c7bacc3" />
682682

683683
In this template, additional responsibilities are distributed between the `View` and `ViewModel`. For responsibilities
684684
that cannot be performed without creating an additional element, a `Composer` is introduced:

0 commit comments

Comments
 (0)