From: Jérôme Benoit Date: Mon, 19 Oct 2020 12:59:53 +0000 (+0200) Subject: Update README.md X-Git-Tag: v1.0.1-0~274 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=60fc72fab200b15cf4a81c120cbd855ed6e20582;p=e-mobility-charging-stations-simulator.git Update README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index ae9351a0..1def4d15 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Simple node program to simulate a set of charging stations based on OCPP 1.6 protocol. -To run the program start: `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).