aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-12-11 12:31:59 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2017-12-11 12:31:59 -0800
commit36b42ecb50d9d29ead5e11a14d1565a50a364aea (patch)
tree3836d1b7ed36b87ebff20cf33ed126ce6a3b42d6 /README.md
parentb88b342dab16212826fb798bbf0219f88007ccdb (diff)
Remove version column on README.md
It provides unclear benefits and often goes stale. Let's kill it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 1550bb52f4..53078e6078 100644
--- a/README.md
+++ b/README.md
@@ -25,15 +25,15 @@ This repository contains source code for gRPC libraries for multiple languages w
Libraries in different languages may be in different states of development. We are seeking contributions for all of these libraries.
-| Language | Source | Status |
-|-------------------------|-------------------------------------|---------|
-| Shared C [core library] | [src/core](src/core) | 1.8 |
-| C++ | [src/cpp](src/cpp) | 1.8 |
-| Ruby | [src/ruby](src/ruby) | 1.8 |
-| Python | [src/python](src/python) | 1.8 |
-| PHP | [src/php](src/php) | 1.8 |
-| C# | [src/csharp](src/csharp) | 1.8 |
-| Objective-C | [src/objective-c](src/objective-c) | 1.8 |
+| Language | Source |
+|-------------------------|-------------------------------------|
+| Shared C [core library] | [src/core](src/core) |
+| C++ | [src/cpp](src/cpp) |
+| Ruby | [src/ruby](src/ruby) |
+| Python | [src/python](src/python) |
+| PHP | [src/php](src/php) |
+| C# | [src/csharp](src/csharp) |
+| Objective-C | [src/objective-c](src/objective-c) |
Java source code is in the [grpc-java](http://github.com/grpc/grpc-java)
repository. Go source code is in the