From c4a995cccd7dea2dca484caa7ebc3d08058c5fe0 Mon Sep 17 00:00:00 2001 From: haifeiWu Date: Sat, 10 Dec 2022 21:34:28 +0800 Subject: [PATCH] fix error in example code (#546) fix error in example code --- README_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_CN.md b/README_CN.md index 412f9fc..a04571d 100644 --- a/README_CN.md +++ b/README_CN.md @@ -103,13 +103,13 @@ serverConfigs := []constant.ServerConfig{ "console1.nacos.io", 80, constant.WithScheme("http"), - constant.WithContextPath("/nacos") + constant.WithContextPath("/nacos"), ), *constant.NewServerConfig( "console2.nacos.io", 80, constant.WithScheme("http"), - constant.WithContextPath("/nacos") + constant.WithContextPath("/nacos"), ), }