From 14d3dd787fd2d107342c56e4e1371aa9c1ac34ad Mon Sep 17 00:00:00 2001 From: Karma Date: Wed, 12 May 2021 11:37:38 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 788a3e1..77539b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# P2-Project +# FCDS (Food Courier Distribution Simulation) This program is designed to simulate the effect of adding idle zones to a food courier delivery service. +The software is developed by the P2-Project SW2 B2-14 team. ## Getting Started @@ -22,7 +23,7 @@ npm install 3. While in the root folder, start the server by running `index.js` with `NodeJS` ```sh -node .\node\index.js +node node/index.js ``` 4. The site can be visited in a browser at the address `localhost:3190` @@ -31,8 +32,6 @@ node .\node\index.js http://localhost:3190/ ``` -Alternatively, the program can be accessed directly on [GitHub Pages](https://www.youtube.com/watch?v=dQw4w9WgXcQ) - ### Using the program 1. **Graph visualization** @@ -65,7 +64,7 @@ This means that the simulation performs faster, and provides many useful statist ### Graph presets (and legend) ![Graph presets](https://raw.githubusercontent.com/KarmaKamikaze/FCDS/master/.github/Graphs.png) -![Graph legend](https://raw.githubusercontent.com/KarmaKamikaze/P2-Project/dev/node/PublicResources/html/legend.png) +![Graph legend](https://raw.githubusercontent.com/KarmaKamikaze/FCDS/master/node/PublicResources/html/legend.png) ## License @@ -76,4 +75,4 @@ This means that the simulation performs faster, and provides many useful statist ## Contact - Project Link: [https://github.com/KarmaKamikaze/FCDS](https://github.com/KarmaKamikaze/P2-Project) + Project Link: [https://github.com/KarmaKamikaze/FCDS](https://github.com/KarmaKamikaze/FCDS)