Don't access singleton instance attribute directly
[e-mobility-charging-stations-simulator.git] / README.md
index 1def4d15c96429137970a25348798682b24c781d..578ae381c7b1e17c10c2f620f7558cadb2f52f1f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
 
 ## Summary
 
-Simple node program to simulate a set of charging stations based on OCPP 1.6 protocol.
+Simple node program to simulate a set of charging stations based on the OCPP-J 1.6 protocol.
 
-To start the program run: `npm start`.
+To start the program, run: `npm start`.
 
 All the configuration parameters of the program must be within the src/assets/config.json file. A configuration template file is available at [src/assets/config-template.json](src/assets/config-template.json).