From 46c2e536628bbb4db67dac042d43e1931b164a7b Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 3 Jul 2018 15:34:44 -0700 Subject: [PATCH] Updated Statup Plugins (markdown) --- Statup-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Statup-Plugins.md b/Statup-Plugins.md index bde6f79..c40ae62 100644 --- a/Statup-Plugins.md +++ b/Statup-Plugins.md @@ -7,7 +7,7 @@ go get github.com/hunterlong/statup/plugin Start off with the [Example Statup Plugin](https://github.com/hunterlong/statup_plugin) that includes all the interfaces and some custom options for you to expand on. You can include any type of function in your own plugin!

- +

## Building Plugins