aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-09-23 17:49:08 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-09-23 17:49:08 +0200
commit55fc2f9aabbf4c6ca48fef320efe6f78db205539 (patch)
treec92bd2b7b20c9706e5b88cac48c63a4d3b9e9798
parent5250177ea4b0a375bc5b6414383f03072ed3df01 (diff)
parent2f3aef1bf348b6903cf78746a09c3cdbc5d6e676 (diff)
downloadhmacaroons-55fc2f9aabbf4c6ca48fef320efe6f78db205539.tar.gz
hmacaroons-55fc2f9aabbf4c6ca48fef320efe6f78db205539.tar.zst
hmacaroons-55fc2f9aabbf4c6ca48fef320efe6f78db205539.zip
Merge pull request #5 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index da77462..ebab9c0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
1Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) 1Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons)
2=================================================== 2===================================================
3 3
4[![Join the chat at https://gitter.im/jtanguy/hmacaroons](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jtanguy/hmacaroons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
4Macaroons is a pure haskell implementation of macaroons. It aims to provide 6Macaroons is a pure haskell implementation of macaroons. It aims to provide
5compatibility at a serialized level with the [reference implementation](https://github.com/rescrv/libmacaroons) 7compatibility at a serialized level with the [reference implementation](https://github.com/rescrv/libmacaroons)
6and the [python implementation](https://github.com/ecordell/pymacaroons) 8and the [python implementation](https://github.com/ecordell/pymacaroons)