From ecbd8ed3ac817421b7e58195bbe9f0255a0bcb73 Mon Sep 17 00:00:00 2001 From: "Luis v.d.Eltz" Date: Sun, 7 Feb 2021 14:01:10 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c50011..d13d7bb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ A cross-platform C# library for desktop "toast" notifications. # Avalonia The `DesktopNotifications.Avalonia` package offers support for the [Avalonia](https://github.com/AvaloniaUI/Avalonia) project. It doesn't do much on its own, it just provides helpers to register -the `INotificationManager` with the application builder. +the `INotificationManager` with the application builder. You can see an example of it in the Example.Avalonia project. + + # Help wanted