more changes to comply with CRAN
diff --git a/R/posterdown_html.R b/R/posterdown_html.R
index 7b999b9..c9d035d 100644
--- a/R/posterdown_html.R
+++ b/R/posterdown_html.R
@@ -6,6 +6,12 @@
#' @return R Markdown output format to pass to
#' [rmarkdown::render()]
#'
+#'@examples
+#'\donttest{
+#'file <- file.path(tempdir(),"foo.rmd")
+#'rmarkdown::draft(file, template="posterdown_html", package="posterdown")
+#'}
+#'
#' @export
posterdown_html <- function(...,
template = find_resource("posterdown_html", "template.html"),