From: Jérôme Benoit Date: Mon, 19 Oct 2020 12:56:08 +0000 (+0200) Subject: Update README.md X-Git-Tag: v1.0.1-0~275 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2e6e52f3a4332d0095b0d41251d450a0331380ad;p=e-mobility-charging-stations-simulator.git Update README.md --- diff --git a/README.md b/README.md index 1fbf5a84..ae9351a0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ Simple node program to simulate a set of charging stations based on OCPP 1.6 pro To run the program start: `npm start`. -All the parameters and control of the program are 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 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