diff --git a/README.md b/README.md index f1c76a1..a2179f3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ This project is a Rust fork of [hasmail](https://github.com/jonhoo/hasmail), which provides basically the same features, and is written in Go. +## What does it look like: + +![no new e-mail](assets/no-email.png?raw=true) +![new e-mail](assets/new-email.png?raw=true) + +![new e-mail notification](assets/notification.png?raw=true) + # Configuration buzz looks for a diff --git a/assets/new-email.png b/assets/new-email.png new file mode 100644 index 0000000..65cd897 Binary files /dev/null and b/assets/new-email.png differ diff --git a/assets/no-email.png b/assets/no-email.png new file mode 100644 index 0000000..43980af Binary files /dev/null and b/assets/no-email.png differ diff --git a/assets/notification.png b/assets/notification.png new file mode 100644 index 0000000..b027234 Binary files /dev/null and b/assets/notification.png differ