From 1cdd47bdc069a2bba606a0d7b794b23d8b3b66fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20K=C3=B6ser?= Date: Wed, 27 Jan 2021 01:09:54 +0100 Subject: [PATCH] docs(readme): add notes about slack support --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 833b256..79640a6 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ _ = notifier.Send( - *Discord* - *Email* - *Telegram* +- *Slack* ## Roadmap @@ -74,6 +75,7 @@ _ = notifier.Send( - Discord support: [bwmarrin/discordgo](https://github.com/bwmarrin/discordgo) - Email support: [jordan-wright/email](https://github.com/jordan-wright/email) - Telegram support: [go-telegram-bot-api/telegram-bot-api](https://github.com/go-telegram-bot-api/telegram-bot-api) +- Slack support: [slack-go/slack](https://github.com/slack-go/slack) - Logo: [MariaLetta/free-gophers-pack](https://github.com/MariaLetta/free-gophers-pack) ## Author