From 84c263fd720090c1b5018068caf4c61f40cb0605 Mon Sep 17 00:00:00 2001
From: Yang Gao <yangg@google.com>
Date: Tue, 24 Feb 2015 14:47:47 -0800
Subject: [PATCH] Add port info.

---
 cpp/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 ```
-- 
GitLab