From 4805a29631b339a3ef93e92872083a61501da7bb Mon Sep 17 00:00:00 2001 From: Samuli Virtapohja <l4721@student.jamk.fi> Date: Mon, 3 Jun 2019 09:50:20 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d311207..027c7d6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ $ npm install Name .env.example to .env and ormconfig.json.example to ormconfig.json and add values accordingly. +**.env names are case sensitive!** + Needed postgresql modules: ```bash # Inside the database that you're connecting to: -- GitLab