From c8498a8873eeb2e3d6650f6ff4f34971df268c7a Mon Sep 17 00:00:00 2001 From: Sam-27-bit <59911383+Sam-27-bit@users.noreply.github.com> Date: Sat, 17 Oct 2020 19:50:24 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 707b2cc..78ecb9b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Full project for the Build a Website with Node course. ## Instructions 1. Clone the repo: `git@github.com:scotch-io/node-website-course.git` -2. Install packages: `npm install` +2. Install the packages: `npm install` 3. Start the server: `node server.js` 4. Visit in browser at: `http://localhost:8080`