Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cwinland committed Oct 23, 2023
1 parent 5e6b1fb commit b689499
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wpf.NotificationCenter

![Image of an error expanded in the notification center](Resources/image-3.png)
![Image of an error expanded in the notification center](https://raw.githubusercontent.com/cwinland/Wpf.NotificationCenter/master/Resources/image-3.png)

## Objective

Expand Down Expand Up @@ -100,9 +100,9 @@ Choose one:
| | |
:-------------------------:|:-------------------------:
Notification Center resides in the header. | Toast notifications can be shown.
![Image of the notification center residing in the header](Resources/image-8.png) | ![Image of an error toast notification](Resources/image-1.png)
![Image of the notification center residing in the header](https://raw.githubusercontent.com/cwinland/Wpf.NotificationCenter/master/Resources/image-8.png) | ![Image of an error toast notification](https://raw.githubusercontent.com/cwinland/Wpf.NotificationCenter/master/Resources/image-1.png)
Alert center Notification with collapsed message. | Alert center Notification with expanded message.
![Image of an error collapsed in the notification center](Resources/image-2.png) | ![Image of an error expanded in the notification center](Resources/image-3.png)
![Image of an error collapsed in the notification center](https://raw.githubusercontent.com/cwinland/Wpf.NotificationCenter/master/Resources/image-2.png) | ![Image of an error expanded in the notification center](https://raw.githubusercontent.com/cwinland/Wpf.NotificationCenter/master/Resources/image-3.png)

## Customization

Expand Down Expand Up @@ -147,3 +147,4 @@ Most of the look / feel is defined in the generic.xaml file. Primary theme style

- Initial Release - v1.0.0.
- Add UI fixes, more customization, fix bugs - v1.1.0.
- Add Notification Options, Customization Options - v1.1.1.

0 comments on commit b689499

Please sign in to comment.