Skip to content

Commit

Permalink
Fixed example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
mayura-andrew committed Jan 11, 2024
1 parent c07988c commit 0516513
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ The URL for the backend API is stored in an environment variable. To set this up
- Copy the .env file:
```cp .env.example .env```
```
cp example.env .env
```
Replace the environment variables in the newly created .env file with your configuration.
Expand Down

0 comments on commit 0516513

Please sign in to comment.