From 33800c6962a30c23a94173d71b80bdb9e24bae36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20J=C3=BAnior?= Date: Thu, 8 Aug 2019 14:26:46 -0300 Subject: [PATCH] Update README.md Updated running command to: start-auth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32f61c5..3552a56 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A Fake REST API using json-server with JWT authentication. You can find the [com ```bash $ npm install -$ npm run api-auth +$ npm run start-auth ``` ## How to login?