docs: refine README.md
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Mar 2024 11:20:36 +0000 (12:20 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Mar 2024 11:20:36 +0000 (12:20 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 675ac231a06d09bfab90935a42175a7df9ed244d..c392a2918a000cc420134b895b3d01509d78b9c6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -539,10 +539,10 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`.
 
 - Response:  
   `PDU`: {  
-   `status`: 'success' | 'failure'  
+   `status`: 'success' | 'failure',  
    `state`: {  
-   `version`: string  
-   `started`: boolean  
+   `version`: string,  
+   `started`: boolean,  
    `templateStatistics`: Record<string, TemplateStatistics>  
    }  
   }
@@ -646,7 +646,7 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`.
 
 - Response:  
   `PDU`: {  
-   `status`: 'success' | 'failure'  
+   `status`: 'success' | 'failure',  
    `performanceStatistics`: Statistics[]  
   }