From af3e69b7a874d8180efc4a9411cc804b0b5cd4bb Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Thu, 9 Sep 2021 09:19:37 +0200 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf3e724..5112e46 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ You can populate below template according to your requirements and use it as you # EMAIL_SMTP_USERNAME="no-reply@example.com" -The port used when communicating with the server. Defaults to 587. +# The port used when communicating with the server. Defaults to 587. # EMAIL_SMTP_PORT="" ```