From 4595452d8c300274154ab3f96620dc8a9ded4d5e Mon Sep 17 00:00:00 2001 From: John Coffey Date: Sun, 13 Sep 2026 22:26:21 -0700 Subject: [PATCH] Fix the README's sequence diagram A semicolon ends a statement in Mermaid, so the one in step 9's message broke the whole diagram on GitHub. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a1bffb..979c948 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ sequenceDiagram T->>I: start T->>C: start C->>CA: certificates for its names (TLS-ALPN-01, port 443) - T->>S: allow ihasmail's address; trust Caddy's X-Forwarded-For + T->>S: allow ihasmail's address, trust Caddy's X-Forwarded-For T->>S: restart to apply T->>S: create mailboxes T->>I: sign in as the administrator