Another little README tweak

This commit is contained in:
Antony Male 2014-05-29 16:06:55 +01:00
parent 1be747cdee
commit 8511f32c50
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Introduction
Stylet is a small but powerful ViewModel-first MVVM framework for WPF, which allows you to write maintainable and extensible code in a way which is easy to test.
Stylet's aims to:
- Solve the blockers, niggles, and annoyances which hamper MVVM development without a framework using simple but powerful concepts.
- Solve the blockers, niggles, and annoyances which hamper MVVM development without a framework, using simple but powerful concepts.
- Be obvious to people picking up your project for the first time: there's very little magic
- Be easy to verify/validate. The LOC count is low, and it comes with a very comprehensive test suite. The code is well-written and well-documented.
- Be flexible while providing sensible defaults. Almost any part of the framework can be overridden if you wish, but you probably won't want to.