From e237871877334d97878ff9c319350362e966fe46 Mon Sep 17 00:00:00 2001 From: Carl George Date: Mon, 18 May 2020 20:48:19 -0500 Subject: [PATCH] docs: Clarify that Caddy has no _runtime_ dependencies (#47) --- src/docs/markdown/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/index.md b/src/docs/markdown/index.md index 180796a..8f518c5 100644 --- a/src/docs/markdown/index.md +++ b/src/docs/markdown/index.md @@ -21,5 +21,5 @@ and operates primarily at L4 (transport layer) and L7 (application layer) of the Configuration is both dynamic and exportable with [Caddy's API](/docs/api). Although no config files required, you can still use them; most people's favorite way of configuring Caddy is using the [Caddyfile](/docs/caddyfile). The format of the config document takes many forms with [config adapters](/docs/config-adapters), but Caddy's native config language is [JSON](/docs/json/). -Caddy compiles for all major platforms and has no dependencies. +Caddy compiles for all major platforms and has no runtime dependencies.