From fe6122aabe0e1f7fba6f634207c84ada4803b96f Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Sat, 21 Jul 2018 08:27:38 +0000 Subject: [PATCH] Add Gitter badge --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e4e5fa4..78998c4 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # Requests-Scala +[![Join the chat at https://gitter.im/lihaoyi/requests-scala](https://badges.gitter.im/lihaoyi/requests-scala.svg)](https://gitter.im/lihaoyi/requests-scala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + Requests-Scala is a Scala port of the popular Python [Requests](http://docs.python-requests.org/) HTTP client. Requests-Scala aims to provide the same API and user-experience as the original Requests: flexible,