Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosinigaglia committed Feb 12, 2018
1 parent 0d99cc5 commit 42bd688
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 42bd688

Please sign in to comment.