From 049ceae8d39e688f1674eedff60322770e3ee99b Mon Sep 17 00:00:00 2001 From: Vladimir Kostyukov Date: Fri, 10 Aug 2018 10:47:35 -0700 Subject: [PATCH] Add badges --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c855e57..36cc7c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ +[![Build Status](https://travis-ci.com/finch/finch-oauth2.svg?branch=master)](https://travis-ci.com/finch/finch-oauth2) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.finagle/finch-oauth2_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.finagle/finch-oauth2_2.12) + +---- + This project provides OAuth2 support backed by the [finagle-oauth2][finagle-oauth2] library. The project is published in Maven Central. Adding it to sbt is as follows: @@ -11,4 +16,4 @@ libraryDependencies ++= Seq( There are usage examples in [finch documentation](finch-oauth-cookbook). [finagle-oauth2]: https://github.com/finagle/finagle-oauth2 -[finch-oauth-cookbook]: http://finagle.github.io/finch/cookbook.html#oauth2 \ No newline at end of file +[finch-oauth-cookbook]: http://finagle.github.io/finch/cookbook.html#oauth2