Update README.md

This commit is contained in:
Luis v.d.Eltz
2021-02-07 14:01:10 +01:00
committed by GitHub
parent 981be8e6f5
commit ecbd8ed3ac
+3 -1
View File
@@ -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