From d96c87fade71221e1017b056340679235b696721 Mon Sep 17 00:00:00 2001 From: moT01 <20648924+moT01@users.noreply.github.com> Date: Tue, 22 Sep 2020 15:28:53 -0500 Subject: [PATCH] fix: remove security line from readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bae9744..8cb372e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Project Issue Tracker 1) SET NODE_ENV to `test` without quotes and set DB to your mongo connection string in .env file 2) Complete the project in `routes/api.js` or by creating a handler/controller -3) You will add any security features to `server.js` -4) You will create all of the functional tests in `tests/2_functional-tests.js` +3) You will create all of the functional tests in `tests/2_functional-tests.js`