diff --git a/.example.env b/.env.example similarity index 100% rename from .example.env rename to .env.example diff --git a/README.md b/README.md index 19d6637..d9df36e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 2. Copy the example environment file to `.env`: ```bash - cp .example.env .env + cp .env.example .env ``` 3. Start the application in detached mode: @@ -32,7 +32,7 @@ 2. Copy the example environment file to `.env`: ```bash - cp .example.env .env + cp .env.example .env ``` 3. Install dependencies using Bun: