From 96f194513918dc4888f94a54a27252d6ac6c81dc Mon Sep 17 00:00:00 2001 From: "Artyom V. Gorchakov" Date: Mon, 13 Jul 2020 16:32:50 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a53275b..b1b332f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ var window = new AvaloniaReloadingWindow(assembly, Console.WriteLine); window.Show(); ``` -5. Done! Make some changes in what the `CreateReloadableControl`, press `Ctrl+S` and the app will hot-reload. +5. Done! Make some changes in what the `CreateReloadableControl` returns, press `Ctrl+S` and the app will hot-reload. 6. If you experience any issues, clone this repository and play with the `Avalonia.HotReload.Sample` project. > **Important Note**: By default, `dotnet watch` tracks changes in `.cs` files only. In order to have hot-reload working with `.xaml` files, add the `` directive to your `.csproj` file. See the [project file](https://github.com/worldbeater/Avalonia.HotReload/blob/master/Avalonia.HotReload.Sample/Avalonia.HotReload.Sample.csproj) in the demo project for more context.