From dc7583680ae4c77efcc19bed34d20409996efa5a Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sat, 6 Oct 2018 23:53:59 -0700 Subject: [PATCH] Updated Notifier Example (markdown) --- Notifier-Example.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Notifier-Example.md b/Notifier-Example.md index b84cbf2..1e4523c 100644 --- a/Notifier-Example.md +++ b/Notifier-Example.md @@ -1,5 +1,7 @@ Below is a full example of a Statup notifier which will give you a good example of how to create your own. Insert your new notifier inside the `/notifiers` folder once your ready! +[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/hunterlong/statup/core/notifier) + ```go package notifiers