From 3a5c73a380b4659cedee9ed515c788fd62bd4ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E5=A2=83=E8=BF=B7=E7=A6=BB?= Date: Sat, 16 Sep 2023 19:52:24 +0800 Subject: [PATCH] update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73399dc..cc47439 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ There are the version correspondence between zio-nebula and nebula-java: | zio | zio-nebula | nebula-java | |:-----:|:----------:|:-----------:| | 2.0.x | 0.0.x | 3.6.0 | +| 2.0.x | 0.1.x | 3.6.0 | ## Example @@ -102,14 +103,14 @@ Introduction for configuring keys: Sample Configuration: ```hocon { - graph = { + graph { address = [ { host = "127.0.0.1", port = 9669 } ] - auth = { + auth { username = "root" password = "nebula" } @@ -117,7 +118,7 @@ Sample Configuration: reconnect = true } - meta = { + meta { address = [ { host = "127.0.0.1", @@ -130,7 +131,7 @@ Sample Configuration: enableSSL = false } - storage = { + storage { address = [ { host = "127.0.0.1",