From 0de5e9b34388873846186df966cc954ca2ed3975 Mon Sep 17 00:00:00 2001 From: LingXiao Qi <148341767+fantasy-lotus@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:31:53 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a57e8c5d28..f1b3923a74 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 ```