X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=3c19c8d9472a41911984aa23ec4d7f09d0c7ac04;hb=9b75e3ab59b911697ad2f809e2aee6967a46e0c4;hp=755253cd249ec015d1d1c0c6b203563895a755f0;hpb=7656d2a1e72c285f6fd15e5a2235ec9faf3ffedc;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 755253cd..3c19c8d9 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ The syntax is similar to the charging station configuration template 'Configurat To start the program, run: `npm start`. To start the program with a UI controller, run: `npm start:server`. -Then, start/stop the simulator connections by going to `https://` in a browser. Localhost port will default to 8080. For BTP, the port is assigned based on the process.env.PORT environment variable. +Then, start/stop the simulator by going to `https://` in a browser. Localhost port will default to 8080. For Cloud Foundry, the port is assigned based on the `process.env.PORT` environment variable. ## Docker