aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-20 09:45:43 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-20 09:49:25 -0800
commit01829813b84dd8fc3e934a6515b323420697ecd2 (patch)
tree2913c6b913581426ee119cea2ed1276ef49bcd32 /src/csharp/README.md
parent92aa11dff6059f708bd8d5f531fd86e7535bb1a8 (diff)
update README file
Diffstat (limited to 'src/csharp/README.md')
-rwxr-xr-xsrc/csharp/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md
index 9967af22b3..55739a1f83 100755
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -59,7 +59,7 @@ mono ~/Downloads/NuGet.exe restore Grpc.sln
one will make them pass.
```
-nunit-console GrpcCoreTests.dll
+nunit-console Grpc.Core.Tests.dll
```
CONTENTS
@@ -67,11 +67,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:
+- Grpc.Core:
The main gRPC C# library.
-- InteropClient:
- Client for interop testing.
-- MathClient:
+- Grpc.Examples:
+ API examples for math.proto
+- Grpc.Examples.MathClient:
An example client that sends some requests to math server.
+- Grpc.IntegrationTesting:
+ Client for cross-language gRPC implementation testing (interop testing).