Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
## 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 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).