diff --git a/Notifiers.md b/Notifiers.md index 4277680..5a23bf5 100644 --- a/Notifiers.md +++ b/Notifiers.md @@ -11,7 +11,7 @@ Statup includes multiple Notifiers to alert you when your services are offline. - Should have a form for user to input their variables/keys. `Form: []notifier.NotificationForm` ## Notifier Interface -Statup has the `Notifier` interface which you'll need to include in your notifier. Below is the current interface. +Statup has the `Notifier` interface which you'll need to include in your notifier. Statup includes many other events/triggers for your notifier, checkout Notifier Events to see all of them. ```go // Notifier interface is required to create a new Notifier type Notifier interface {