From f2ea11599e5f8641e4fe0db58167dbd55e720db2 Mon Sep 17 00:00:00 2001
From: Sorunome <mail@sorunome.de>
Date: Wed, 9 Jan 2019 13:30:44 +0100
Subject: [PATCH] remove red herring

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 975f8a5..a5778ed 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ These instructions were tested against Node.js v8.11.1 and the Synapse homeserve
 * Copy ``config/config.sample.yaml`` to ``config.yaml`` and edit it to reflect your setup.
   * Note that you are expected to set ``domain`` and ``homeserverURL`` to your **public** host name.
   While localhost would work, it does not resolve correctly with Webhooks/Avatars.
-  Please note that a self-signed SSL certificate (e.g. what is commonly found on port `8448`) won't work, either.
+  Please note that a self-signed SSL certificate won't work, either.
 
   ```yaml
   bridge:
-- 
GitLab