Skip to content

Commit

Permalink
examples: Fix hostname binary name in README
Browse files Browse the repository at this point in the history
The command has been wrong since it was introduced. The hostname-server
comes from the applicationName, which hasn't changed.
  • Loading branch information
ejona86 committed May 16, 2023
1 parent 16b8492 commit e38d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-hostname/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e38d928

Please sign in to comment.