aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Michael Thomsen <mit-mit@users.noreply.github.com>2018-03-06 22:56:57 +0100
committerGravatar GitHub <noreply@github.com>2018-03-06 22:56:57 +0100
commit67bffee82288bbe62abafec2c40f675478cae81f (patch)
tree1490b5804d133d13880cff3039abf142b01e8443 /README.md
parent237768893f32ba751701c8ac4960f39b1d78926a (diff)
Add Dart, and move other repos into a table format
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index e045e331f2..e66c0b14fd 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,12 @@ Libraries in different languages may be in different states of development. We a
| 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
-[grpc-go](http://github.com/grpc/grpc-go) repository. NodeJS source code is in the
-[grpc-node](https://github.com/grpc/grpc-node) repository.
+| Language | Source repo |
+|-------------------------|------------------------------------------------------|
+| Java | [grpc-java](http://github.com/grpc/grpc-java) |
+| Go | [grpc-go](http://github.com/grpc/grpc-go) |
+| NodeJS | [grpc-node](https://github.com/grpc/grpc-node) |
+| Dart | [grpc-dart](https://github.com/grpc/grpc-dart) |
See [MANIFEST.md](MANIFEST.md) for a listing of top-level items in the
repository.