From 17a6e32472e62105ec019f71c095051e82e22d09 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Tue, 5 Mar 2019 16:37:24 +0100 Subject: [PATCH] edit readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9443e17..9aae3da 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A simple REST API for trackmyd. 2. Install **Mongodb**. 2. Clone this repository. 3. Install dependencies with `npm install`. -6. Configure **users** (app.auth.users) basic authentication into `config.json`. +6. Configure **users** (app.auth.users) for basic authentication into `config.json`. 7. Configure database (db) into `config.json`. 8. Start with `npm start`.