ESLint configuration refinement.
[e-mobility-charging-stations-simulator.git] / README.md
index 2a77dc14a999b7655f45a7ef845165938c25df55..578ae381c7b1e17c10c2f620f7558cadb2f52f1f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,14 +2,16 @@
 
 ## 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 run the program start: `npm start`.
+To start the program, run: `npm start`.
 
-All the parameters and control of the program are within the config.json file.
+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).
+
+All charging station templates are in [src/assets/station-templates](src/assets/station-templates).
 
 ## License
 
-This file and all other files in this repository are licensed under the Apache Software License, v.2 and copyrighted under the copyright in [NOTICE file](NOTICE), except as noted otherwise in the [LICENSE file](LICENSE).
+This file and all other files in this repository are licensed under the Apache Software License, v.2 and copyrighted under the copyright in [NOTICE](NOTICE) file, except as noted otherwise in the [LICENSE](LICENSE) file.
 
 Please note that Docker images can contain other software which may be licensed under different licenses. This LICENSE and NOTICE files are also included in the Docker image. For any usage of built Docker images please make sure to check the licenses of the artifacts contained in the images.