Skip to content

Commit 58f2d22

Browse files
docs: fix typo in README (#2806)
1 parent dce7995 commit 58f2d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use Docker to quickly start a HugeGraph server with `RocksDB` (in the background
4040
```
4141
# (Optional)
4242
# 1. add "-e PASSWORD=xxx" to enable the auth system
43-
# 2. add "-e PRELOAD="true" to auto-load a sample graph
43+
# 2. add "-e PRELOAD=true" to auto-load a sample graph
4444
docker run -itd --name=graph -p 8080:8080 hugegraph/hugegraph:1.5.0
4545
```
4646

0 commit comments

Comments
 (0)