Update README.md
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 19 Oct 2020 12:56:08 +0000 (14:56 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 12:56:08 +0000 (14:56 +0200)
README.md

index 1fbf5a849907041f984bee0bbb098aa5aaa8c694..ae9351a0cb871f0a2cc5583deedf9da94a91597e 100644 (file)
--- 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