From 7d01d51bc5cda0ce35b2907be8ec24dc182a7a46 Mon Sep 17 00:00:00 2001 From: SaiBot-YT <53049957+SaiBot-YT@users.noreply.github.com> Date: Thu, 4 Feb 2021 19:00:36 +0100 Subject: [PATCH] Fixed the Line number and made the npm install in code format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58e30f1..2e33cea 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ We have more things incoming so check us out! If you want to open the website to make some changes, you must run the backend first, to do so you must have node.js, once you do: --npm install +`npm install` -in the index.js change "inLocalhost" (line 15) to true and thenyou can do: "node ." to run the backend, +in the index.js change "inLocalhost" (line 27) to true and thenyou can do: "node ." to run the backend, you will then see in the console "server is running on port xxxx", go to your browser and open localhost:portName (replace portName with the number you got in "xxxx", it should be 8080 > localhost:8080)