From b1a16f6fc204f7eadd02045090d797a8666d0f73 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 15 Jan 2023 15:13:59 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd3ad7f..44c7fe9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Demo: https://photos.usatiuk.com First, install all of the dependencies with `npm i` and `cd frontend && npm i` -You also need to create a ormconfig.json and ormconfig.test.json (only if you +You also need to create a ormconfig.json and ormconfig.test.json (the latter only if you want to run the tests). You can use ormconfig.example.json as an example (you only need to change the database connection settings)