From 0ba05a0c9a2a5f228854977b0fcc61e75238073a Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 4 Dec 2018 00:09:04 -0800 Subject: [PATCH] Updated Notifiers (markdown) --- Notifiers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notifiers.md b/Notifiers.md index d9781aa..3918380 100644 --- a/Notifiers.md +++ b/Notifiers.md @@ -5,8 +5,8 @@ Statping includes multiple Notifiers to alert you when your services are offline. You can also create your own notifier and send a Push Request to this repo! Creating a custom notifier is pretty easy as long as you follow the requirements. A notifier will automatically be installed into the users Statping database, and form values will save without any hassles. 💃

-Example Code | Events | View Notifiers
- +Example Code | Events | View Notifiers
+

## Notifier Requirements @@ -16,7 +16,7 @@ Statping 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 (required) -Statping has the `Notifier` interface which you'll need to include in your notifier. Statping includes many other events/triggers for your notifier, checkout Notifier Events to see all of them. +Statping has the `Notifier` interface which you'll need to include in your notifier. Statping 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 {