README.md: refinement
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 13 May 2021 20:34:02 +0000 (22:34 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 13 May 2021 20:34:02 +0000 (22:34 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
package-lock.json
package.json

index d607a21c7281c2f996c74b572d88c9f321382a90..9b5d68be4137811df8732a1196c60e3e58fa837a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ chargingStationsPerWorker | | 1 | integer | number of charging stations per work
 logConsole | true/false | false | boolean | output logs on the console 
 logFormat | | simple | string | winston log format
 logRotate | true/false | true | boolean | enable daily log files rotation
-logMaxFiles | | 7 | integer | maximum number of files to keep
+logMaxFiles | | 7 | integer | maximum number of log files to keep
 logLevel | emerg/alert/crit/error/warning/notice/info/debug | info | string | winston logging level
 logFile | | combined.log | string | log file relative path
 logErrorFile | | error.log | string | error log file relative path 
@@ -78,7 +78,7 @@ Connectors | | | Connectors | charging stations connectors configuration
 #### Configuration section
 
 ```json
-"Configuration": {
+  "Configuration": {
     "configurationKey": [
        ...
        {
@@ -104,7 +104,7 @@ Connectors | | | Connectors | charging stations connectors configuration
 #### AutomaticTransactionGenerator section
 
 ```json
- "AutomaticTransactionGenerator": {
 "AutomaticTransactionGenerator": {
     "enable": false,
     "minDuration": 60,
     "maxDuration": 80,
@@ -119,7 +119,7 @@ Connectors | | | Connectors | charging stations connectors configuration
 #### Connectors section
 
 ```json
-"Connectors": {
+  "Connectors": {
     "0": {},
     "1": {
       "bootStatus": "Available",
index b9e0723d313efe44280e0d0ea0606a56fd96afd4..f919fb14ae0e8980ed28e3863383a8760d8018f6 100644 (file)
       "dev": true
     },
     "@types/node": {
-      "version": "14.14.44",
-      "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.44.tgz",
-      "integrity": "sha512-+gaugz6Oce6ZInfI/tK4Pq5wIIkJMEJUu92RB3Eu93mtj4wjjjz9EB5mLp5s1pSsLXdC/CPut/xF20ZzAQJbTA==",
+      "version": "14.14.45",
+      "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.45.tgz",
+      "integrity": "sha512-DssMqTV9UnnoxDWu959sDLZzfvqCF0qDNRjaWeYSui9xkFe61kKo4l1TWNTQONpuXEm+gLMRvdlzvNHBamzmEw==",
       "dev": true
     },
     "@types/offscreencanvas": {
index 12bcd3bbda6d9245a4e1e4ca4c9e1fe650f0bc08..7372d07605f73cebe4e534b85d2d9449c744d660 100644 (file)
@@ -61,7 +61,7 @@
     "utf-8-validate": "^5.0.5"
   },
   "devDependencies": {
-    "@types/node": "^14.14.44",
+    "@types/node": "^14.14.45",
     "@types/uuid": "^8.3.0",
     "@types/ws": "^7.4.4",
     "@typescript-eslint/eslint-plugin": "^4.23.0",