diff --git a/src/csharp/README.md b/src/csharp/README.md
index c2f988cc5e3919b85e3c3eb2b7fdade2c189132a..0df6925b3955da4b40124a36216bc7c09a8dab95 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.