From 8736727cb4bc4ef23678d8943525b1ba65a8b9c0 Mon Sep 17 00:00:00 2001 From: Dandelion <49650772+aroundabout@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:08:01 +0800 Subject: [PATCH] Update README.md Co-authored-by: imbajin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbca1017b4..242ed356ae 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ HugeGraph server with `RocksDB` in background. Optional: 1. use `docker exec -it graph bash` to enter the container to do some operations. -2. use `docker run -itd --name=graph -p 8080:8080 -e PRELOAD="true" hugegraph/hugegraph` to start with a example graph. +2. use `docker run -itd --name=graph -p 8080:8080 -e PRELOAD="true" hugegraph/hugegraph` to start with a **built-in** (example) graph. ### 2. Download Way