aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-06 14:20:39 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-06 14:20:39 -0800
commit6b7523d5dcde762e6e969c5258eca160bffa5b30 (patch)
tree4694103ab00e909fdbcbdc17b244efbf744355f8 /src/csharp/README.md
parentd233d3ae58f477dc6718b434685af2b420bf942a (diff)
updated readme
Diffstat (limited to 'src/csharp/README.md')
-rwxr-xr-xsrc/csharp/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md
index c2f988cc5e..0df6925b39 100755
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -47,8 +47,11 @@ CONTENTS
- ext:
The extension library that wraps C API to be more digestible by C#.
+- GrpcApi:
+ API examples for math.proto and testservice.proto
- GrpcCore:
The main gRPC C# library.
-- GrpcApi:
- API examples for math.proto.
-
+- InteropClient:
+ Client for interop testing.
+- MathClient:
+ An example client that sends some requests to math server.