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 {