diff --git a/README.md b/README.md index dc2624e..eefe08a 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ [![Build Status](https://travis-ci.org/francescopellegrini/logback-capturing-appender.svg?branch=master)](https://travis-ci.org/francescopellegrini/logback-capturing-appender) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.francescopellegrini/logback-capturing-appender_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.francescopellegrini/logback-capturing-appender_2.12) + Scala porting of [Patrick Kua class](https://github.com/thekua/Sample-Code/tree/master/java/logback-spike) for capturing Logback appenders output. + +## Installation + +Add to `build.sbt` + +```scala +libraryDependencies += "com.github.francescopellegrini" %% "logback-capturing-appender" % "1.0.1" +```