diff --git a/README.md b/README.md index fd89b7a..38d1285 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -# go-alertnotification +

+ + go-alertnotification + +

-This library supports sending throttled alerts as email and as message card to Ms Teams channel. +

Send Alert Notifications for Go Errors.
Notify when new error arrives.

+ +

+ Throttle notifications to avoid overwhelming your inbox. +
+ Supports multiple Emails, MS Teams and proxy support. +

## Usage @@ -10,7 +20,7 @@ go install github.com/rakutentech/go-alertnotification@latest ## Configurations -* This package use golang env variables as settings. +This package use golang env variables as settings. ### General Configs diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..31df0af Binary files /dev/null and b/logo.png differ