Skip to content

Commit

Permalink
Merge pull request #18 from datalayer/fcollonval-patch-2
Browse files Browse the repository at this point in the history
Fix mermaidJS graph
  • Loading branch information
echarles committed May 30, 2024
2 parents 2be104a + 4f1801b commit 71c70e8
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 71c70e8

Please sign in to comment.