From 30373407c6fc28464fc5a7f825d848d5927c78e0 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Mon, 4 Mar 2019 20:42:13 +0100 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6578d7b..9443e17 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # trackmyd-api -Simple REST API for trackmyd project +A simple REST API for trackmyd. ## Architecture @@ -27,7 +27,7 @@ Simple REST API for trackmyd project 2. Install **Mongodb**. 2. Clone this repository. 3. Install dependencies with `npm install`. -6. Configure **users** (app.auth.users) into `config.json`. +6. Configure **users** (app.auth.users) basic authentication into `config.json`. 7. Configure database (db) into `config.json`. 8. Start with `npm start`.