From 79daae3604a09148abcfad8d1812656ed490edcf Mon Sep 17 00:00:00 2001
From: Abhishek Kumar <abhikumar@google.com>
Date: Fri, 16 Jan 2015 16:17:21 -0800
Subject: [PATCH] Create README.md

---
 README.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..b4a37c0f9d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+gRPC - An RPC library and framework
+===================================
+
+Copyright 2015 Google Inc.
+
+Installation
+------------
+
+See grpc/INSTALL for installation instructions for various platforms.
+
+Overview
+--------
+
+Remote Procedure Calls (RPCs) provide a useful abstraction for building 
+distributed applications and services. The libraries in this repository
+provide a concrete implementation of the gRPC protocol, layered over HTTP/2.
+These libraries enable communication between clients and servers using any
+combination of the supported languages. 
-- 
GitLab