From e972632cef87f38069919f6dfc1492af35037652 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 3 Jul 2018 15:34:23 -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 b8a3491..bde6f79 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