Skip to content

Commit 8545062

Browse files
Add fixes from PR feedback
Thanks @Kyaa-dost for the `in order` suggestion.
1 parent 3ef92b5 commit 8545062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The package targets .NET Standard so it can be used on any app platform: UWP, Wi
2121
## Background
2222
This library was inspired by [MVVMLight](https://www.mvvmlight.net/) by Laurent Bugnion. Development was started in April 2020 as a path forward for developers using MVVMLight. We've worked with Laurent, the community, and [Windows Template Studio](https://aka.ms/wts) to ensure successful migration paths for projects using MVVMLight today.
2323

24-
We decided to start from the ground-up as a new project in order to architect a modern .NET Standard starting point as well as targeting a high-performance implementation which reduces overhead for memory and CPU cycles. Many things in the .NET ecosystem have evolved and changed since the time MVVMLight had begun.
24+
We decided to start from the ground-up as a new project to architect a modern .NET Standard starting point as well as targeting a high-performance implementation which reduces overhead for memory and CPU cycles. Many things in the .NET ecosystem have evolved and changed since the time MVVMLight had begun.
2525

2626
The Windows Community Toolkit seemed like a good home for this new library. This enables it to have broad support from the community, backing from the .NET Foundation, and longevity for the future.
2727

@@ -31,7 +31,7 @@ It is not our intent to add or support platform-specific features. We encourage
3131

3232
- Use samples to understand how to integrate with their platform
3333
- Build upon this work for simplification of patterns for a specific platform
34-
- Utilize existing alternatives like [MVVMCross](https://www.mvvmcross.com/) and [Prism](https://prismlibrary.com/)
34+
- If needed, utilize other .NET Foundation supported alternatives like [MVVMCross](https://www.mvvmcross.com/) and [Prism](https://prismlibrary.com/)
3535

3636
## Contributing
3737

0 commit comments

Comments
 (0)