From 952394059212242bb2f3555c72459717580a0d93 Mon Sep 17 00:00:00 2001 From: "pader.zhang" Date: Tue, 24 Sep 2019 09:41:22 +0800 Subject: [PATCH] Fix example is incorrect #53 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28bacc8..adf1603 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Run the following command: | name | description | option | | ----------------------------- | -------------------------------------- | -------------------------------------- | | MODE | cluster/standalone | cluster/standalone default **cluster** | -| NACOS_SERVERS | nacos cluster address | eg. ip1,ip2,ip3 | +| NACOS_SERVERS | nacos cluster address | eg. ip1:port1 ip2:port2 ip3:port3 | | PREFER_HOST_MODE | Whether hostname are supported | hostname/ip default **ip** | | NACOS_SERVER_PORT | nacos server port | default **8848** | | NACOS_SERVER_IP | custom nacos server ip when network was mutil-network | |