From 92360268bbe3953e88fd52e0cc644816bf95e79f Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Mon, 18 Jul 2016 15:56:43 -0600 Subject: [PATCH] Updated Writing a Plugin: Directives (markdown) --- Writing-a-Plugin:-Directives.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Writing-a-Plugin:-Directives.md b/Writing-a-Plugin:-Directives.md index 8a77e7d..19c1e4e 100644 --- a/Writing-a-Plugin:-Directives.md +++ b/Writing-a-Plugin:-Directives.md @@ -86,4 +86,6 @@ Finally, don't forget to import your plugin's package! Caddy must import your pl import _ "your/plugin/package/here" ``` -That's it! Build caddy with your plugin, then write a Caddyfile with your new directive to see it in action. \ No newline at end of file +That's it! Build caddy with your plugin, then write a Caddyfile with your new directive to see it in action. + +*If you are writing an HTTP middleware, [continue to the next page](https://github.com/mholt/caddy/wiki/Writing-a-Plugin:-HTTP-Middleware).* \ No newline at end of file