docs: refine README.md
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 30 Apr 2023 19:14:50 +0000 (21:14 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 30 Apr 2023 19:14:50 +0000 (21:14 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 9e514fed2af1ec08c821528ebdd85b977be83c3c..251a54ad97f39b25dcfad42aa4f0080057d934ee 100644 (file)
--- 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<string, ConnectorStatus>                                                                                                                                          | charging stations connectors configuration section                                                                                                                                                                                  |
 | Evses                              |               |                                                                                                                                     | Record<string, EvseTemplate>                                                                                                                                             | 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": {