aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/README.md
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-04-04 15:03:19 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-04-04 15:03:19 -0700
commitb3cec5df24514711d1171558216ff76ac18c5cda (patch)
treea6b15412ad568122018d5fdb10ab1d1141fb2351 /src/core/README.md
parentf5684b4e13bb8281a2246b3219a9e53cfa8d6bfb (diff)
parentca38800d6236835d3907b8c29e6faeebe31ffeb7 (diff)
Merge remote-tracking branch 'upstream/master' into lazy-deframe
Diffstat (limited to 'src/core/README.md')
-rw-r--r--src/core/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/README.md b/src/core/README.md
index 44c6f24772..130d2652b3 100644
--- a/src/core/README.md
+++ b/src/core/README.md
@@ -1,4 +1,4 @@
-#Overview
+# Overview
This directory contains source code for C library (a.k.a the *gRPC C core*) that provides all gRPC's core functionality through a low level API. Libraries in other languages in this repository (C++, Ruby,
Python, PHP, NodeJS, Objective-C) are layered on top of this library.