fix: fix conditional saving of configuration sections
[e-mobility-charging-stations-simulator.git] / README.md
index 49f799b9eede1da60c67d14fb2c2b1bc918ed696..336ac71d4db7c99f038fde63da59e2d9b830236d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,10 +34,11 @@ brew install node
 
 ## Installation
 
-Enable corepack if not already done:
+Enable corepack if not already done and install latest pnpm version:
 
 ```shell
 corepack enable
+corepack prepare pnpm@latest --activate
 ```
 
 In the repository root, run the following command:
@@ -266,7 +267,8 @@ Section example:
         ...
         {
           "unit": "A",
-          "measurand": "Current.Import"
+          "measurand": "Current.Import",
+          "minimum": "0.5"
         },
         ...
         {