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