diff --git a/Notifier-Example.md b/Notifier-Example.md index 4276420..40b44a9 100644 --- a/Notifier-Example.md +++ b/Notifier-Example.md @@ -164,4 +164,9 @@ func (n *Example) OnUpdatedNotifier(s *Notification) { msg := fmt.Sprintf("received a update notifier trigger for notifier: %v\n", s.Method) n.AddQueue(msg) } -``` \ No newline at end of file +``` + +# Adding Notifiers +To add a notifier to the Statping application, simply append your Notifier in the `AttachNotifiers()` function inside of [core/core.go](https://github.com/hunterlong/statping/blob/master/core/core.go). + +https://github.com/hunterlong/statping/blob/master/core/core.go#L183 \ No newline at end of file