Skip to content

Commit 929e242

Browse files
committed
[Chore] Update minor README details
1 parent 069f644 commit 929e242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The process for adding features to this project is described in
2121

2222
### Prerequisites
2323

24-
* NodeJS > v20.x
24+
* NodeJS > v22.x
2525
* A postgres DB running and/or docker installed
2626

2727
### Install dependencies
@@ -144,7 +144,7 @@ This file is ignored in the `.gitignore` file and should not be checked in to th
144144
npm start
145145

146146
# running the app with dotenv-cli
147-
dotenv -e .env npm start
147+
npx dotenv -e .env npm start
148148
```
149149

150150
## Configuration

0 commit comments

Comments
 (0)