From fade4b2c94d9537a8f80f190d92e28d61b93f4b4 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 9 Nov 2024 00:05:20 +0000 Subject: [PATCH] clarify dns more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eaae22..8ef0042 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For production-grade Matrix from Element, please see https://element.io/server-s ``` ./setup.sh -# Point DNS for *.`domain` at your docker host, +# Point DNS for *.domain at your docker host, # Or if running on localhost with mkcert: # source .env; sudo echo "127.0.0.1 ${DOMAINS[@]}" >> /etc/hosts