From ea208169f24516322ace901fbc75c7c3144992aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 9 Mar 2024 13:35:46 +0100 Subject: [PATCH] docs: refine 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff2cd0e7..5a23ad09 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - [GNU/Linux](#gnulinux) - [Dependencies](#dependencies) - [Initial configuration](#initial-configuration) -- [Start](#start) +- [Start simulator](#start-simulator) - [Start Web UI](#start-web-ui) - [Configuration files syntax](#configuration-files-syntax) - [Charging stations simulator configuration](#charging-stations-simulator-configuration) @@ -90,7 +90,7 @@ Copy the RFID tags template file [src/assets/idtags-template.json](./src/assets/ Tweak them to your needs by following the section [configuration files syntax](./README.md#configuration-files-syntax): OCPP server supervision URL(s), charging station templates, etc. -## Start +## Start simulator To start the program, run: `pnpm start`. @@ -100,7 +100,7 @@ See Web UI [README.md](./ui/web/README.md) for more information. ## Configuration files syntax -All configuration files are in the JSON standard format. +All configuration files are using the JSON standard syntax. **Configuration files locations**: -- 2.34.1