diff --git a/Extending-Caddy.md b/Extending-Caddy.md index e5c7e93..9965492 100644 --- a/Extending-Caddy.md +++ b/Extending-Caddy.md @@ -1,7 +1,7 @@ **[Join us on Slack](https://gophers.slack.com/messages/caddy/)** to chat with other Caddy developers! ([Request an invite](http://bit.ly/go-slack-signup), then join the #caddy channel.) -Caddy can be extended to add missing functionality or integrate with third-party services. This makes Caddy not only a powerful web server, but also a platform from which web services can be consumed. For example, a monitoring company might want to make a middleware for Caddy so that site monitoring is built right into customers' web servers. +Caddy can be extended to add missing functionality or integrate with third-party services. This makes Caddy not only a powerful web server, but also a platform from which web services can be consumed or produced. For example, a monitoring company might want to make a middleware for Caddy so that site monitoring is built right into customers' web servers. We've made it easy for anyone who knows [Go](https://golang.org) to extend Caddy. (And if you don't know Go, it's a simple language to [learn](https://tour.golang.org).)