diff options
author | Muxi Yan <mxyan@google.com> | 2017-04-04 15:03:19 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-04-04 15:03:19 -0700 |
commit | b3cec5df24514711d1171558216ff76ac18c5cda (patch) | |
tree | a6b15412ad568122018d5fdb10ab1d1141fb2351 /src/core/README.md | |
parent | f5684b4e13bb8281a2246b3219a9e53cfa8d6bfb (diff) | |
parent | ca38800d6236835d3907b8c29e6faeebe31ffeb7 (diff) |
Merge remote-tracking branch 'upstream/master' into lazy-deframe
Diffstat (limited to 'src/core/README.md')
-rw-r--r-- | src/core/README.md | 2 |
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. |