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.
This commit is contained in:
2026-09-13 22:26:21 -07:00
parent ec572ff61b
commit 4595452d8c
+1 -1
View File
@@ -569,7 +569,7 @@ sequenceDiagram
T->>I: start T->>I: start
T->>C: start T->>C: start
C->>CA: certificates for its names (TLS-ALPN-01, port 443) 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: restart to apply
T->>S: create mailboxes T->>S: create mailboxes
T->>I: sign in as the administrator T->>I: sign in as the administrator