We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6933b0 commit 0cadab4Copy full SHA for 0cadab4
examples/quickstart/README-zh.md
@@ -18,7 +18,7 @@ cd ./provider
18
go build -o provider
19
20
# windows
21
-cd ./consumer
+cd ./provider
22
go build -o provider.exe
23
```
24
@@ -65,10 +65,10 @@ global:
65
66
67
# linux/mac运行命令
68
-./provider
+./consumer
69
70
# windows运行命令
71
-./provider.exe
+./consumer.exe
72
73
74
@@ -78,4 +78,4 @@ global:
78
curl http://127.0.0.1:18080/echo
79
80
Hello, I'm DiscoverEchoServer Provider, My host : %s:%d
81
-```
+```
examples/quickstart/README.md
@@ -65,10 +65,10 @@ Run the built **consumer** executable
# linux/mac
0 commit comments