diff --git a/Development_Contribution.md b/Development_Contribution.md index 970a7c8..7f028c4 100644 --- a/Development_Contribution.md +++ b/Development_Contribution.md @@ -177,6 +177,7 @@ You can have a look at the NotifyBase object and see all of the other entries yo ## Demo Plugins Some people learn by just working with already pre-written code. So here are some sample plugins I put together that you can copy and paste and start your own notification service off of. Each plugin tries to explain with a lot of in-line code comments what is going on and why things are the way they are: +- [A Very Basic Plugin](DemoPlugin_Basic) That simply posts the message to stdout - [An HTTP Web Request Based Plugin](DemoPlugin_WebRequest) - More coming soon :slightly_smiling_face: