Skip to content

Commit

Permalink
[Chore] Update minor README details
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Jan 9, 2025
1 parent ec5606a commit e612cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e612cfa

Please sign in to comment.