From 9d2e390370ee7cf00056026eb58a73de5e3d5b16 Mon Sep 17 00:00:00 2001
From: SocioDroid <aishkendle6999@gmail.com>
Date: Wed, 16 Oct 2019 09:32:42 +0530
Subject: [PATCH] Made changes in README.md by add link to npm docs

---
 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b73cc14..32792df 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,16 @@
 
 An Open Source online course platform.
 
+### Prerequisites
+
+* Npm
+* Node (>=10.16.3)
+
+To install npm [GO TO this link](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
+
 ## Getting Started
 
+
 1. Fork this repo and clone in your machine;
 
 2. Change directory to `collabcodetraining-frontend` where you cloned it;
@@ -21,10 +29,6 @@ npm run dev
 
 This project uses Sapper for SvelteJS, if you have any doubt on how Sapper or SvelteJS works, please consult [sapper.svelte.dev](https://sapper.svelte.dev) and [svelte.dev](https://svelte.dev) for help getting started.
 
-### Prerequisites
-
-* Npm
-* Node (>=10.16.3)
 
 ## Running the tests