From 8cb6440557901901a39ca142a5ce5a0b47fd6d4e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 21 May 2018 21:39:52 +0200 Subject: [PATCH] Add some badges to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c903b0314..3fb5fbee1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Quinn +[![Build status](https://api.travis-ci.org/djc/quinn.svg?branch=master)](https://travis-ci.org/djc/quinn) +[![Chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/djc/quinn) + Quinn is an implementation of the [QUIC][quic] protocol based on futures. It is currently in its very early stages: work is ongoing on implementing the protocol handshake for both client and server.