From 086a256dcb77c3da30dd950910a6045badfb8fd1 Mon Sep 17 00:00:00 2001 From: Matt Goldman Date: Mon, 20 Jun 2022 09:30:58 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bdd87c..9b2ccce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # MAUI PageResolver A simple and lightweight page resolver for use in .NET MAUI projects. -While we're waiting for the full MVVM frameworks we know and love to be updated for MAUI, or if you just want a simple page resolver with DI without using a full MVVM framework (or if you want to use MVU), this package will let you navigate to fully resolved pages, with view models and dependencies, by calling: +If you want a simple page resolver with DI without using a full MVVM framework (or if you want to use MVU), this package will let you navigate to fully resolved pages, with view models and dependencies, by calling: ```cs await Navigation.PushAsync(); @@ -17,7 +17,7 @@ await Navigation.PushAsync(); # Getting Started -Check out the for full instructions in the wiki on [using PageResolver](https://github.com/matt-goldman/Maui.Plugins.PageResolver/wiki/1-Using-the-PageResolver) and [using auto-dependency registration](https://github.com/matt-goldman/Maui.Plugins.PageResolver/wiki/Using-Auto-registration-(experimental)). +Check out the for full instructions in the wiki on [using PageResolver](https://github.com/matt-goldman/Maui.Plugins.PageResolver/wiki/1-Using-the-PageResolver) and [using auto-dependency registration](https://github.com/matt-goldman/Maui.Plugins.PageResolver/wiki/2-Using-Auto-registration-(experimental)). # Notes