Skip to content

Commit

Permalink
fix error in example code (nacos-group#546)
Browse files Browse the repository at this point in the history
fix error in example code
  • Loading branch information
haifeiWu authored Dec 10, 2022
1 parent 10614a5 commit c4a995c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
),
}

Expand Down

0 comments on commit c4a995c

Please sign in to comment.