Skip to content

Commit 2506e93

Browse files
committed
Fix examples README
1 parent efc5cf5 commit 2506e93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ $ ./gradlew installDist
1313

1414
This creates the scripts `hello-world-server`, `hello-world-client`,
1515
`route-guide-server`, and `route-guide-client` in the
16-
`build/install/grpc-examples/bin/` directory that run the examples. Each
16+
`build/install/examples/bin/` directory that run the examples. Each
1717
example requires the server to be running before starting the client.
1818

1919
For example, to try the hello world example first run:
2020

2121
```
22-
$ ./build/install/grpc-examples/bin/hello-world-server
22+
$ ./build/install/examples/bin/hello-world-server
2323
```
2424

2525
And in a different terminal window run:
2626

2727
```
28-
$ ./build/install/grpc-examples/bin/hello-world-client
28+
$ ./build/install/examples/bin/hello-world-client
2929
```
3030

3131
That's it!

0 commit comments

Comments
 (0)