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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user