aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
index 16f7e1c67f5e..58b6f8a4caae 100644
--- a/README.md
+++ b/README.md
@@ -31,16 +31,17 @@ mkdir -p /etc/ssl/caddy && chown -R www-data:www-data /etc/ssl/caddy
The caddy binary is now installed to `/usr/local/bin` instead `/usr/bin`.
*Important*: `import`s are now relative to your `Caddyfile`! The following example illustrates nested imports:
- ```ini
- # Caddyfile
- import config/some.site
- import config/default
- ...
-
- # config/some.site
- import default
- ...
- ```
+
+```ini
+# Caddyfile
+import config/some.site
+import config/default
+...
+
+# config/some.site
+import default
+...
+```
Have fun with the latest caddy release!