From 26e2371709128a4521657b42c2060a538e67e725 Mon Sep 17 00:00:00 2001 From: Tealk Date: Fri, 18 Mar 2022 12:17:16 +0100 Subject: [PATCH] add syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ab1014..6760c8b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Self-hosting toot outside of Vercel requires some extra setup: 1. Apache - ``` + ```apacheconf DocumentRoot "path_to_toot/public" ProxyPass "/api/toot" "http://localhost:8000/" @@ -66,7 +66,7 @@ Self-hosting toot outside of Vercel requires some extra setup: 2. Nginx - ``` + ```nginxconf root path_to_toot/public; index.html;