From 58f2d220487cafae9c19db0d889cd0f727e4ea8d Mon Sep 17 00:00:00 2001 From: LingXiao Qi <148341767+fantasy-lotus@users.noreply.github.com> Date: Tue, 17 Jun 2025 21:37:25 +0800 Subject: [PATCH] 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 ```