From 8305fcf74ca45bbab91fa40bf42892c4cc4cd7d1 Mon Sep 17 00:00:00 2001 From: Artur Sudnik-Hrynkiewicz Date: Mon, 16 Jan 2023 16:26:04 +0100 Subject: [PATCH] docs: minor fixes of the README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd238ccf..137b7172 100644 --- a/README.md +++ b/README.md @@ -183,14 +183,14 @@ $ npm run start:dev ## Database migrations -Having database persisted on production makes it necessary to have database schema migration process in place when -upgrading VC-API version running. Thanks to the migrations feature of the TypeORM this can bed automated. +Having database persisted on production makes it necessary to have database schema migration process in place when +upgrading VC-API version running. Thanks to the migrations feature of TypeORM, this can be automated. ### Executing migrations after VC-API code updated #### WARNING!!! -The following settings are reccomended on production. These are also default application settings if not provided: +The following settings are recommended on production. These are also default application settings if not provided: ```dotenv # below, if set to `true`, erases all data on every application start DB_DROP_ON_START=false