From: Jérôme Benoit Date: Sun, 30 Apr 2023 19:14:50 +0000 (+0200) Subject: docs: refine README.md X-Git-Tag: v1.2.12~33 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=20f099700ef8054d2642cb4c95cab9cb74a46128;p=e-mobility-charging-stations-simulator.git docs: refine README.md Signed-off-by: Jérôme Benoit --- 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": {