From 2436c21cc5a414a79bb3d6a0c8f1a0c5b66d0fe5 Mon Sep 17 00:00:00 2001 From: lazychih114 <55657767+Aaron617@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:22:04 +0800 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1e41db..ad7071f 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ python -m pip install -r requirements.txt ### **Setup Environment Variables** -In the `.env.example` file, you will find all the necessary API keys along with the websites where you can register for each service. To use these API services, follow these steps: +In the `owl/.env_example` file, you will find all the necessary API keys along with the websites where you can register for each service. To use these API services, follow these steps: -1. *Copy and Rename*: Duplicate the `.env.example` file and rename the copy to `.env`. +1. *Copy and Rename*: Duplicate the `.env_example` file and rename the copy to `.env`. 2. *Fill in Your Keys*: Open the `.env` file and insert your API keys in the corresponding fields. ## 🚀 Quick Start