Skip to content

Commit a9ad601

Browse files
committed
Update readme
1 parent c6de1e0 commit a9ad601

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pattern. Examples of components include tabs, dialog windows, toolbars, image vi
3030

3131
MVVM4FX reimagines the `Model``View``ViewModel` pattern for JavaFX as a component-based, extensible platform designed
3232
around clarity, modularity, and the KISS principle. Each component exists as a self-contained unit composed of a `View`,
33-
`ViewModel`, and `Descriptor`, optionally extended with `Composer` and `History`.
33+
`ViewModel` and `Descriptor`, optionally extended with `Composer` and `History`.
3434

3535
The framework enforces a strict separation between presentation, logic, and identity. The `View` defines the visual
3636
structure and behavior; the `ViewModel` encapsulates logic and state; the `Descriptor` holds the component’s technical
@@ -45,6 +45,8 @@ By combining conceptual clarity with structural discipline, MVVM4FX achieves bot
4545
flexibility — a balance where components remain independent yet fully interoperable. It is not a minimalistic
4646
abstraction but a complete design system for building coherent, maintainable, and intelligent JavaFX applications.
4747

48+
As a real example of using this framework, see [TabShell](https://github.com/techsenger/tabshell) project.
49+
4850
## Features <a name="features"></a>
4951

5052
Key features include:

0 commit comments

Comments
 (0)