From c3f22aa82f741dee2a25f68dd4e0e580c1fd59bd Mon Sep 17 00:00:00 2001 From: "Luis v.d.Eltz" Date: Sat, 6 Feb 2021 17:41:57 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd0eb1f..9688721 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ A cross-platform C# library for desktop "toast" notifications. ![Build](https://github.com/pr8x/DesktopNotifications/workflows/Build/badge.svg) -![Linux](.github/images/linux_demo_image_06_02_21.png?raw=true) - -![Windows](.github/images/win_demo_image_06_02_21.png?raw=true) - # Features | | Windows | Linux (FreeDesktop) | OSX | @@ -26,6 +22,12 @@ A cross-platform C# library for desktop "toast" notifications. 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. +# Screenshots + +![Linux](.github/images/linux_demo_image_06_02_21.png?raw=true) + +![Windows](.github/images/win_demo_image_06_02_21.png?raw=true) + # License