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