diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/README.md b/cpp/README.md index 078021d876..759e10bfe1 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -49,7 +49,7 @@ Build client and server: ```sh $ make ``` -Run the server: +Run the server, which will listen on port 50051: ```sh $ ./greeter_server ``` |