From 8f5d4bf8afcc110eabbffef86dd6ee7ae8c3c7bf Mon Sep 17 00:00:00 2001
From: Michail Zeipekki <50573884+zeim839@users.noreply.github.com>
Date: Thu, 18 Jan 2024 12:32:50 -0500
Subject: [PATCH] fix: code block typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1dac1e7..f90e449 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ SECRET = "any string"
For SMTP, the website integrates with [OpenWebServices](https://github.com/ufosc/OpenWebServices) websmtp. The variable is configured as follows:
```
SMTP_HOST = "http://localhost:8080/mail/send"
-``
+```
ADMIN_EMAIL
The email address to send contact form confirmation emails from. Can be set to anything so long as its a valid email address. Modified as follows: