From 20f099700ef8054d2642cb4c95cab9cb74a46128 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 30 Apr 2023 21:14:50 +0200 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e514fed..251a54ad 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,6 @@ But the modifications to test have to be done to the files in the build target d | AutomaticTransactionGenerator | | | AutomaticTransactionGeneratorConfiguration | charging stations ATG configuration section | | Connectors | | | Record | charging stations connectors configuration section | | Evses | | | Record | charging stations EVSEs configuration section | -| | #### Configuration section syntax example @@ -216,7 +215,7 @@ But the modifications to test have to be done to the files in the build target d #### AutomaticTransactionGenerator section syntax example -Section type definition: +##### Type definition: ```ts type AutomaticTransactionGeneratorConfiguration = { @@ -233,7 +232,7 @@ type AutomaticTransactionGeneratorConfiguration = { }; ``` -Section example: +##### Example: ```json "AutomaticTransactionGenerator": { -- 2.34.1