diff --git a/Documentation/Diagrams/Sequence Diagram.md b/Documentation/Diagrams/Sequence Diagram.md index 268b527..0a18e4c 100644 --- a/Documentation/Diagrams/Sequence Diagram.md +++ b/Documentation/Diagrams/Sequence Diagram.md @@ -1,3 +1,4 @@ +```mermaid sequenceDiagram autonumber Frontend->>Backend: Request @@ -10,3 +11,4 @@ loop Backend->>Backend: Process response end Backend-->>Frontend: Return response +```