From 42bd688bd42ec941af8f930d15dc06ab81e02876 Mon Sep 17 00:00:00 2001 From: Marco Sinigaglia Date: Mon, 12 Feb 2018 11:02:54 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b139a8..a0e0119 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Play 2.6.x PDF module =================== +![Sonatype maven](https://img.shields.io/nexus/r/https/oss.sonatype.org/it.innove/play2-pdf.svg?style=flat) + This module helps generating PDF documents dynamically from your Play! web application. It simply renders your HTML- and CSS-based templates to PDF. @@ -78,7 +80,7 @@ Therefore, including the following lines in your ```build.sbt``` will resolve it ``` libraryDependencies ++= Seq( ... - "it.innove" % "play2-pdf" % "1.8.0" + "it.innove" % "play2-pdf" % "x.x.x" ) ``` After the next restart of Play!, the module is available.