From 0809523339332c12701dfed90a9d15c02b701097 Mon Sep 17 00:00:00 2001 From: chefnaphtha <142947721+chefnaphtha@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:19:16 +0000 Subject: [PATCH] fix example env filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f9cd7e..4f05d4d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ wget https://raw.githubusercontent.com/pluja/blogo/main/docker-compose.yml 2. Get the .env file: ```bash -wget https://raw.githubusercontent.com/pluja/blogo/main/env.example -O .env +wget https://raw.githubusercontent.com/pluja/blogo/main/example.env -O .env ``` > Edit the `.env` file to fit your needs.