From 8570a43372ffabf6ef97fdb896bf79c1a0e60ad3 Mon Sep 17 00:00:00 2001 From: SAMARTH Date: Fri, 2 Oct 2020 22:48:01 +0530 Subject: [PATCH] Updated README.md Fixed a few errors. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 707b2cc..e8ea1aa 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Build a Website with Node.js -Full project for the Build a Website with Node course. +Full project for the Build a Website with Node.js course. ## Instructions -1. Clone the repo: `git@github.com:scotch-io/node-website-course.git` +1. Clone the repository: `git@github.com:scotch-io/node-website-course.git` 2. Install packages: `npm install` 3. Start the server: `node server.js` 4. Visit in browser at: `http://localhost:8080`