Skip to content

Commit

Permalink
chore: fix Setting up env variables readme (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters authored Sep 25, 2023
1 parent 4b450b3 commit 8c27c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $ npm install

## Setting up env variables

- Create `.env` file in the project root and copy paste `.env.example` content in there.
- Create `.env` file in the `api` package folder and copy paste `.env.example` content in there.
```
cp .env.example .env
```
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ npm install

## Setting up env variables

- Create `.env` file in the project root and copy paste `.env.example` content in there.
- Create `.env` file in the `worker` package folder and copy paste `.env.example` content in there.
```
cp .env.example .env
```
Expand Down

0 comments on commit 8c27c4c

Please sign in to comment.