From a5ddb3f32a5a3ec2510a18df7eccf12c77abd32c Mon Sep 17 00:00:00 2001 From: "Gokul.J.Kurup" <30615210+madrigal1@users.noreply.github.com> Date: Fri, 29 Dec 2017 18:02:59 +0530 Subject: [PATCH] git clone showed showed a fatal error Just changed the git command to clone to the one that works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b3b33d..0ce6cb9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a starting point to demonstrate the method of authentication by verifyin ## Usage -1. Clone the repo: `git clone git@github.com:scotch-io/node-token-authentication` +1. Clone the repo: `git clone https://github.com/scotch-io/node-token-authentication` 2. Install dependencies: `npm install` 3. Change SECRET in `config.js` 4. Add your own MongoDB database to `config.js`