From 9a3cc9de39f6a3f513f09875e9f0f8c94bc63c2a Mon Sep 17 00:00:00 2001
From: Scott <13770321+scott-8@users.noreply.github.com>
Date: Mon, 20 Jan 2020 21:20:48 +0000
Subject: [PATCH] Fix typo
---
Readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Readme.md b/Readme.md
index 52654db..e51a1df 100644
--- a/Readme.md
+++ b/Readme.md
@@ -21,7 +21,7 @@ docker run \
piedelivery/smtp-gotify
```
-The variable `GOTIFY_URL` should be in the form `http[s]://example.com[:port]/'.
+The variable `GOTIFY_URL` should be in the form `http[s]://example.com[:port]/`.
A few other environmental variables that can be optionally specified:
`GOTIFY_PRIORITY`, `GOTIFY_TITLE_TEMPLATE`, and `GOTIFY_MESSAGE_TEMPLATE`.
--
GitLab