This is an automated email from the ASF dual-hosted git repository.

vgalaxies pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new 58f2d2204 docs: fix typo in README (#2806)
58f2d2204 is described below

commit 58f2d220487cafae9c19db0d889cd0f727e4ea8d
Author: LingXiao Qi <[email protected]>
AuthorDate: Tue Jun 17 21:37:25 2025 +0800

    docs: fix typo in README (#2806)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a57e8c5d2..f1b3923a7 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Use Docker to quickly start a HugeGraph server with `RocksDB` 
(in the background
 ```
 # (Optional) 
 # 1. add "-e PASSWORD=xxx" to enable the auth system
-# 2. add "-e PRELOAD="true" to auto-load a sample graph
+# 2. add "-e PRELOAD=true" to auto-load a sample graph
 docker run -itd --name=graph -p 8080:8080 hugegraph/hugegraph:1.5.0
 ```
 

Reply via email to