From 752782802dcaf48c542ce78e31e3ffd461d5bf24 Mon Sep 17 00:00:00 2001 From: Digamber Date: Wed, 16 Oct 2019 18:37:40 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42f4cb7..25cd9ba 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Angular 8 JWT User Authentication Tutorial - Learn how to build and implement JS ## Clone Token-Based Auth API Clone the repo inside the Angular's root folder. -`git clone https://github.com/SinghDigamber/node-token-based-authentication.git` +* `git clone https://github.com/SinghDigamber/node-token-based-authentication.git` ## Start the Node Server * Run `npm install` to install required packages @@ -22,4 +22,4 @@ Clone the repo inside the Angular's root folder. * PUT (update user) **/api/update-user/id** * DELETE (delete user) **/api/delete-user/id** -Node API URL on [http://localhost:4000/api](http://localhost:4000/api) \ No newline at end of file +Node API URL on [http://localhost:4000/api](http://localhost:4000/api)