diff --git a/Readme.md b/Readme.md index dca6ccf..1108c20 100644 --- a/Readme.md +++ b/Readme.md @@ -152,7 +152,7 @@ To simplify some of the most common scenarios, **Gress** comes with two terminal This handler is an object with a single property, whose value is overwritten with every new progress update that gets reported. It also implements the `INotifyPropertyChanged` interface, allowing the property to be bound from XAML-based user interfaces. -Here's a very basic example of how you would use it in a typical WPF application: +Here's a very basic example of how you would use it in a typical Avalonia application: ```csharp public class MainViewModel @@ -181,10 +181,9 @@ public class MainViewModel ```xml + x:DataType="MainViewModel">