build(deps-dev): bump eslint-plugin-vue from 9.23.0 to 9.24.0
[e-mobility-charging-stations-simulator.git] / README.md
index 8f55b2cc72a66336d44af2ef446e056e69badfe4..e897431b90ecdc3602dcc9ba78fbf98c81ce5985 100644 (file)
--- a/README.md
+++ b/README.md
@@ -96,7 +96,9 @@ Tweak them to your needs by following the section [configuration files syntax](#
 
 ## Start simulator
 
-Run: `pnpm start`.
+```shell
+pnpm start
+```
 
 ## Start Web UI
 
@@ -637,7 +639,7 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`.
 
 - Response:  
   `PDU`: {  
-   `status`: 'success' | 'failure'  
+   `status`: 'success' | 'failure',  
    `hashIdsSucceeded`: charging station unique identifier strings array (optional),  
    `hashIdsFailed`: charging station unique identifier strings array (optional)  
   }
@@ -876,7 +878,7 @@ Examples:
   - Request:  
     `ProcedureName`: 'heartbeat'  
     `PDU`: {  
-     `hashIds`: charging station unique identifier strings array (optional, default: all charging stations),  
+     `hashIds`: charging station unique identifier strings array (optional, default: all charging stations)  
     }
 
   - Response: