Skip to content

Commit 82c224d

Browse files
authored
chore: update README.md
1 parent 6b2681a commit 82c224d

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
@@ -18,10 +18,10 @@ An API Boilerplate to create a ready-to-use REST API in seconds with NestJS 11.x
1818
cp .env.example .env
1919
```
2020

21-
To set up on multiple environments, such as dev, stage or prod, we do as follows:
21+
To set up on multiple environments, such as development, staging or production, we do as follows:
2222

2323
```bash
24-
cp .env.example .env.dev # or .env.stage, etc
24+
cp .env.example .env.development # or .env.staging, etc
2525
```
2626

2727
## Config settings .env for sending a notification when a user registers, forgets password or changes password

0 commit comments

Comments
 (0)