From 55cff01cf49d86ab42e776b08d22626aee7eb584 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: Fri, 31 Dec 1999 19:11:11 -0800
Subject: [PATCH] init

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b3b03b0..8d22cc9 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ For example, if you want to host the healthcode at `http://localhost:80`:
 docker run -tid --restart=always --log-opt max-size=10M -p 80:80 --name healthcode ghcr.io/say-no-to-wechat/jiangsu-health-code-offline-docker:master
 ```
 
-Further more, you can set some environment variables to modify personal information and prefix URL. Like this: 
+Further more, you can set some **optional** environment variables to modify personal information and prefix URL. Like this: 
 
 ```
 -e NAME=中华鲟 -e PHONE=15311112222 -e IDCARD="111******222" -e URL_PREFIX="https://my-reverse-proxy.com/my-path"
-- 
GitLab