From a10261af482f0373778dd9cad5241a584bd08208 Mon Sep 17 00:00:00 2001 From: Kailash Sethuraman Date: Mon, 5 Dec 2016 15:12:36 -0800 Subject: [PATCH] all: add gitter chat icon to the README.md file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5096ca768..9ba0b5372a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ gRPC-Java - An RPC library and framework ======================================== +[![Join the chat at https://gitter.im/grpc/grpc](https://badges.gitter.im/grpc/grpc.svg)](https://gitter.im/grpc/grpc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + 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).