Skip to content

Commit e38d928

Browse files
committed
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.
1 parent 16b8492 commit e38d928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example-hostname/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs the example.
2424
To run the hostname example, run:
2525

2626
```
27-
$ ./build/install/hostname/bin/hostname-server
27+
$ ./build/install/hostname-server/bin/hostname-server
2828
```
2929

3030
And in a different terminal window run the hello-world client:

0 commit comments

Comments
 (0)