docs: refine UI protocol sequence diagram in README.md
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 4 Feb 2024 14:47:09 +0000 (15:47 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 4 Feb 2024 14:47:09 +0000 (15:47 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index f34f12290b851089e84414a247458b1bd0177add..33044f1060b9143a784745f6fce602404809dffa 100644 (file)
--- 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