diff options
author | Yang Gao <yangg@google.com> | 2015-02-24 14:47:47 -0800 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-02-24 14:47:47 -0800 |
commit | 84c263fd720090c1b5018068caf4c61f40cb0605 (patch) | |
tree | b5a0a317094eb98ce64aaf6e5bb2ddcc3c4fc607 /cpp | |
parent | ecee424a879d0e56e7bd7115a7015beafe09c4e6 (diff) |
Add port info.
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 ``` |