Skip to content

Commit

Permalink
Fix mermaidJS graph
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored May 30, 2024
1 parent 2be104a commit 4f1801b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ sequenceDiagram
Server-->>-Frontend: Status 300 & Pending input
Frontend->>+Server: POST /api/kernels/<id>/input
Server->>Kernel: Send input msg
Server-->>-Frontend:
Server-->>-Frontend: Returns
loop While status is 202
Frontend->>+Server: GET /api/kernels/<id>/requests/<uid>
Server->>ExecutionStack: Get task result
Expand Down

0 comments on commit 4f1801b

Please sign in to comment.