X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=3c19c8d9472a41911984aa23ec4d7f09d0c7ac04;hb=19eac63ddfea3ccca0ab58baa2b125ffa1187e83;hp=25fe10234969d7742380da6cc34a0aa2aa07bf47;hpb=0d63492c32cd52eb2879fe69a69c54d41c153e70;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 25fe1023..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