aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Linz2016-07-27 11:35:24 +0200
committerAndreas Linz2016-07-27 11:35:24 +0200
commitfb3e8886a7d9788ff65a5dd1e8f182807d6b98de (patch)
tree4e6a6994fa206d3df65d1160e50c29a2bb7e6d76
parentffcbccbd40817b9769906bfb4e504081eb808405 (diff)
downloadaur-fb3e8886a7d9788ff65a5dd1e8f182807d6b98de.tar.gz
Fix code block markup
-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!