From 6751bc914e161404dd0091598bf9774e011fe157 Mon Sep 17 00:00:00 2001 From: Daniel Clark Date: Mon, 15 Feb 2021 22:37:00 +0000 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1ec391..b305153 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ namespace MyUWPApp } ``` 5. In the UWP app project, install the [TheXamlGuy.NotificationFlyout.Uwp.UI.Controls](https://www.nuget.org/packages/TheXamlGuy.NotificationFlyout.Uwp.UI.Controls/) NuGet package (latest stable version). -3. Open the `MainPage.xaml` file and replace the contents of this file with the following XAML. Replace `MyUWPApp` with the namespace of your UWP app project. +6. Open the `MainPage.xaml` file and replace the contents of this file with the following XAML. Replace `MyUWPApp` with the namespace of your UWP app project. ```xaml ``` -4. Clean the UWP app project and then build it. +7. Clean the UWP app project and then build it. ## Create a WPF project ## 1. In Solution Explorer, right-click the solution node and select Add -> New Project.