aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2023-05-15 15:17:04 -0700
committerEric Anderson <ejona@google.com>2023-05-16 15:44:09 -0700
commite38d928f75d91af6a0df6004f11bff3d106dfab5 (patch)
tree2a6e9d9cc8494e100c7c2db102438ef95b986729
parent16b84924a1a16ae619ec81f88b456c187f8965df (diff)
downloadgrpc-grpc-java-e38d928f75d91af6a0df6004f11bff3d106dfab5.tar.gz
examples: Fix hostname binary name in README
The command has been wrong since it was introduced. The hostname-server comes from the applicationName, which hasn't changed.
-rw-r--r--examples/example-hostname/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-hostname/README.md b/examples/example-hostname/README.md
index 9d47c1244..8794937d2 100644
--- a/examples/example-hostname/README.md
+++ b/examples/example-hostname/README.md
@@ -24,7 +24,7 @@ runs the example.
To run the hostname example, run:
```
-$ ./build/install/hostname/bin/hostname-server
+$ ./build/install/hostname-server/bin/hostname-server
```
And in a different terminal window run the hello-world client: