aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jayant Kolhe <jkolhe@google.com>2015-02-18 15:58:01 -0800
committerGravatar Jayant Kolhe <jkolhe@google.com>2015-02-18 15:58:01 -0800
commit897931903ba2781afe0edeed60d3fae3fb8b726e (patch)
tree66f776d46c08f9868dd58d0bf896cb91188a39ff /README.md
parent6a769e0f52e57f6871f1146489e33765e7d9aa03 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ab7fc083fd..714a513fc9 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ See grpc/INSTALL for installation instructions for various platforms.
#Repository Structure
-This repository contains source code for gRPC libraries for multiple lanugages.
+This repository contains source code for gRPC libraries for multiple lanugages written on top
+of shared C core library [src/core] (src/core).
- * C source code: [src/core] (src/core)
* C++ source code: [src/cpp] (src/cpp)
* Python source code: [src/python] (src/python)
* Python source code: [src/ruby] (src/ruby)