mirror of https://github.com/grpc/grpc-java.git
Adding homepage and mailing list to the README
This commit is contained in:
parent
e13d1dc3f5
commit
b7a72c1618
17
README.md
17
README.md
|
|
@ -1,13 +1,24 @@
|
|||
gRPC-Java - An RPC library and framework
|
||||
========================================
|
||||
|
||||
[](https://travis-ci.org/grpc/grpc-java)
|
||||
[](https://coveralls.io/github/grpc/grpc-java?branch=master)
|
||||
|
||||
gRPC-Java works with JDK 6. TLS usage typically requires using Java 8, or Play
|
||||
Services Dynamic Security Provider on Android. Please see the [Security
|
||||
Readme](SECURITY.md).
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><b>Homepage:</b></td>
|
||||
<td><a href="http://www.grpc.io/">www.grpc.io</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Mailing List:</b></td>
|
||||
<td><a href="https://groups.google.com/forum/#!forum/grpc-io">grpc-io@googlegroups.com</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
[](https://travis-ci.org/grpc/grpc-java)
|
||||
[](https://coveralls.io/github/grpc/grpc-java?branch=master)
|
||||
|
||||
Download
|
||||
--------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue