aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2015-02-27 09:08:53 -0800
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2015-02-27 09:08:53 -0800
commit867e6b6b3c116c0a6cea1b9906cfbbbce4cff0eb (patch)
tree0c440686fcf4ead3c6d2e4a0ed814ddd8465ba8e /src/csharp/README.md
parente07edc50e171de1606f768e9be5adbe98851891d (diff)
Update README.md
Diffstat (limited to 'src/csharp/README.md')
-rwxr-xr-xsrc/csharp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md
index 55739a1f83..21aab52118 100755
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -9,7 +9,7 @@ Status
**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, building gGRPC C core library under Windows
+- Code only runs under mono currently, building gRPC 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.