From e612cfaca56202d85146f4154c71dccbcc9b2ba7 Mon Sep 17 00:00:00 2001 From: Michael Levin Date: Thu, 9 Jan 2025 12:18:17 -0500 Subject: [PATCH] [Chore] Update minor README details --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96e6cb29..e7c0f108 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The process for adding features to this project is described in ### Prerequisites -* NodeJS > v20.x +* NodeJS > v22.x * A postgres DB running and/or docker installed ### Install dependencies @@ -144,7 +144,7 @@ This file is ignored in the `.gitignore` file and should not be checked in to th npm start # running the app with dotenv-cli -dotenv -e .env npm start +npx dotenv -e .env npm start ``` ## Configuration