From 915486be0d55dd919d61f5b8a29f5d1e801caed0 Mon Sep 17 00:00:00 2001 From: Panu Valtanen <28947061+p4nu@users.noreply.github.com> Date: Fri, 8 Aug 2025 12:51:16 +0300 Subject: [PATCH] Update README.md Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 235b7ce..2188b9d 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ cd github-stats-bot npm install ``` -Rename the ``.env.example`` to ``.env.example`` and fill in the following fields. +Rename the ``.env.example`` to ``.env`` and fill in the following fields. ``` # Discord Bot Token @@ -187,4 +187,4 @@ node src/index.js PRs are welcome! Please fork the repo and submit your improvements or suggestions. ## 📄 License -MIT © @LachlanDev \ No newline at end of file +MIT © @LachlanDev