Skip to content

Commit 0cadab4

Browse files
authored
fix typo (polarismesh#100)
1 parent f6933b0 commit 0cadab4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/quickstart/README-zh.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd ./provider
1818
go build -o provider
1919
2020
# windows
21-
cd ./consumer
21+
cd ./provider
2222
go build -o provider.exe
2323
```
2424

@@ -65,10 +65,10 @@ global:
6565

6666
```
6767
# linux/mac运行命令
68-
./provider
68+
./consumer
6969
7070
# windows运行命令
71-
./provider.exe
71+
./consumer.exe
7272
```
7373

7474

@@ -78,4 +78,4 @@ global:
7878
curl http://127.0.0.1:18080/echo
7979
8080
Hello, I'm DiscoverEchoServer Provider, My host : %s:%d
81-
```
81+
```

examples/quickstart/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Run the built **consumer** executable
6565

6666
```
6767
# linux/mac
68-
./provider
68+
./consumer
6969
7070
# windows
71-
./provider.exe
71+
./consumer.exe
7272
```
7373

7474

0 commit comments

Comments
 (0)