From 2e6e52f3a4332d0095b0d41251d450a0331380ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 19 Oct 2020 14:56:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1