aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-03 17:26:44 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-03 17:26:44 -0800
commitea6f6d99f46cc0445840408da8d6096405fc209c (patch)
treeacde381ab3d1205b12a4e6aa2fc42cad0938edb5 /src/csharp
parent94c365326ae7b8c11c3310555330e5671810b3ff (diff)
updated readme
Diffstat (limited to 'src/csharp')
-rwxr-xr-xsrc/csharp/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md
index dac5a4550b..5b56303c14 100755
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -9,8 +9,8 @@ EXPERIMENTAL ONLY
**This gRPC C# implementation is work-in-progress and is not expected to work yet.**
- The implementation is a wrapper around gRPC C core library
-- Code only runs under mono currently, because there have been issues building
- the gRPC C core library under Windows.
+- Code only runs under mono currently, building gGRPC C core library under Windows
+ is in progress.
- It is very possible that some parts of the code will be heavily refactored or
completely rewritten.