aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jacob Young <jacob@jacobyoung.me>2015-12-02 10:00:28 -0800
committerGravatar Jacob Young <jacob@jacobyoung.me>2015-12-02 10:00:28 -0800
commit7f13faa9e94205975e111235a177959eb90c999c (patch)
tree0c1b160e969ce2e32e4301024069cb662b4a30c3 /README.md
parentcd00c6f7ac73961f20586742c26ebc37966a6b4a (diff)
Remove HTML coloring
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0fd6a6ffdd..9701930547 100644
--- a/README.md
+++ b/README.md
@@ -21,14 +21,14 @@ Libraries in different languages are in different state of development. We are s
| Language | Source | Status |
|-------------------------|-------------------------------------|---------------------------------|
-| Shared C [core library] | [src/core] (src/core) | <span style="color:orange;">Beta</span> - the surface API is stable |
-| C++ | [src/cpp] (src/cpp) | <span style="color:orange;">Beta</span> - the surface API is stable |
-| Ruby | [src/ruby] (src/ruby) | <span style="color:orange;">Beta</span> - the surface API is stable |
-| NodeJS | [src/node] (src/node) | <span style="color:orange;">Beta</span> - the surface API is stable |
-| Python | [src/python] (src/python) | <span style="color:orange;">Beta</span> - the surface API is stable |
-| PHP | [src/php] (src/php) | <span style="color:orange;">Beta</span> - the surface API is stable |
-| C# | [src/csharp] (src/csharp) | <span style="color:orange;">Beta</span> - the surface API is stable |
-| Objective-C | [src/objective-c] (src/objective-c) | <span style="color:orange;">Beta</span> - the surface API is stable |
+| Shared C [core library] | [src/core] (src/core) | Beta - the surface API is stable |
+| C++ | [src/cpp] (src/cpp) | Beta - the surface API is stable |
+| Ruby | [src/ruby] (src/ruby) | Beta - the surface API is stable |
+| NodeJS | [src/node] (src/node) | Beta - the surface API is stable |
+| Python | [src/python] (src/python) | Beta - the surface API is stable |
+| PHP | [src/php] (src/php) | Beta - the surface API is stable |
+| C# | [src/csharp] (src/csharp) | Beta - the surface API is stable |
+| Objective-C | [src/objective-c] (src/objective-c) | Beta - the surface API is stable |
<small>
Java source code is in [grpc-java] (http://github.com/grpc/grpc-java) repository.