Skip to content

Commit

Permalink
fix typo in the sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro committed Oct 14, 2024
1 parent a63f280 commit 563dfeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/controlplane/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Different control plane architectures with arbitrary network topologies can be s

The control protocol is illustrated at a high level by the sequence diagram below:

```mermaid sequenceDiagram
```mermaid
sequenceDiagram
Alice(Request Generator)->>+Controller: DistributionRequest(path_id)
Controller-->>+RequestTracker1: EntanglementRequest
Controller-->>+RequestTracker2: EntanglementRequest
Expand Down

0 comments on commit 563dfeb

Please sign in to comment.