From a07b4408ab12a39d84ec080c79ee06fe7a06bdeb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 19 Oct 2020 15:01:45 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1def4d15..4cccaa07 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ## 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). -- 2.34.1