From aa9f3b5f156b460bca8609e65cb4534d9df8638c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 4 Feb 2024 15:47:09 +0100 Subject: [PATCH] docs: refine UI protocol sequence diagram in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f34f1229..33044f10 100644 --- a/README.md +++ b/README.md @@ -504,6 +504,7 @@ Protocol to control the simulator via a Websocket or HTTP server. sequenceDiagram Client->>UI Server: request UI Server->>Client: response +Note over UI Server,Client: Transport protocol: HTTP, WebSocket ``` ### HTTP Protocol -- 2.34.1