diff --git a/inst/templates/omni-README b/inst/templates/omni-README index 34bd11a1a..f6a72de5c 100644 --- a/inst/templates/omni-README +++ b/inst/templates/omni-README @@ -9,7 +9,8 @@ output: github_document knitr::opts_chunk$set( collapse = TRUE, comment = "#>", - fig.path = "man/figures/README-" + fig.path = "man/figures/README-", + out.width = "100%", ) ``` {{/Rmd}}