Skip to content

Commit

Permalink
docs: fix README.md (#222)
Browse files Browse the repository at this point in the history
* docs: fix README.md

* docs: fix README.md
  • Loading branch information
eliot488995568 authored Jan 6, 2025
1 parent accc80d commit 0d3c669
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 @@ -11,7 +11,7 @@

## Environment variables

Duplicate the `.env.example` file and rename it to `.env`.
Duplicate the `.env.sample` file and rename it to `.env`.
Fill in the environment variables with the correct values.

## Setup
Expand All @@ -32,7 +32,7 @@ pnpm dev
Start the development server on `http://localhost:6006` with stories preset (use the `.env.stories` file):

```bash
docker-compose up -d // start the Intervention Request service
docker compose up -d // start the Intervention Request service
pnpm dev:stories
```

Expand Down

0 comments on commit 0d3c669

Please sign in to comment.