From 1b9cb29f5f05a0eb2559a84d78f0c29ae3977277 Mon Sep 17 00:00:00 2001 From: HuangHaijun <1968749040@qq.com> Date: Wed, 18 Jun 2025 12:53:18 +0800 Subject: [PATCH] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccd898e..974ffde 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ pip install -r requirements.txt Copy the `.env.example` file to `.env` and modify the settings according to your environment: ```bash -cp .env.examples .env +cp .env.example .env ``` **Key Environment Variables:** @@ -499,7 +499,7 @@ custom_rule = { } ``` -### Security Configuration Examples +### Security Configuration Example #### Environment Variables