Updates
diff --git a/DESCRIPTION b/DESCRIPTION
index fb45e03..2a773a0 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: posterdown
 Title: Generate PDF Conference Posters Using R Markdown
-Version: 0.1.2.9000
+Version: 0.1.3
 Authors@R: 
     c(person(given = "Brent",
              family = "Thorne",
@@ -17,7 +17,7 @@
              family = "Johnston",
              role = "ctb"))
 Description: Posterdown expands on RMarkdown to generate
-    PDF and HTML conference posters.
+    HTML and PDF conference posters.
 License: MIT + file LICENSE
 URL: https://github.com/brentthorne/posterdown
 BugReports: https://github.com/brentthorne/posterdown/issues
@@ -28,5 +28,6 @@
     yaml
 Encoding: UTF-8
 LazyData: true
+VignetteBuilder: knitr
 RoxygenNote: 6.1.1
 Roxygen: list(markdown = TRUE)