From a22a50d61795c38522fe8b032603c63fcef7f93f Mon Sep 17 00:00:00 2001
From: Stanley Cheung <stanleycheung@google.com>
Date: Thu, 3 Mar 2016 14:49:03 -0800
Subject: [PATCH] bit of text change

---
 INSTALL.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index aa809f23c8..d9411db021 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,7 +1,7 @@
 #If you are in a hurry
 
-For language-specific installation instructions, please refer to these
-documents
+For language-specific installation instructions for gRPC runtime, please
+refer to these documents
 
  * [C++](examples/cpp)
  * [C#](src/csharp): NuGet package `Grpc`
@@ -34,7 +34,8 @@ terminal:
 
 #Build from Source
 
-This is for compiling just the gRPC C Core library.
+For developers who are interested to contribute, here is how to compile the
+gRPC C Core library.
 
 ```sh
  $ git clone https://github.com/grpc/grpc.git
-- 
GitLab