diff --git a/README.Rmd b/README.Rmd index 14fa12a86..314230e53 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,7 +1,5 @@ --- -output: - github_document: - html_preview: true +output: github_document editor_options: markdown: wrap: 79 diff --git a/README.md b/README.md index 08213d935..dd25e5930 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ can direct your attention to the content of your code. It helps to keep the coding style consistent across projects and facilitate collaboration. You can access styler through -- the RStudio Addin as demonstrated below -- R functions like `style_pkg()`, `style_file()` or `style_text()` -- various other tools described in - `vignette("third-party-integrations")` +- the RStudio Addin as demonstrated below +- R functions like `style_pkg()`, `style_file()` or `style_text()` +- various other tools described in + `vignette("third-party-integrations")` @@ -50,6 +50,6 @@ remotes::install_github("r-lib/styler") The following online docs are available: -- [latest CRAN release](https://styler.r-lib.org). +- [latest CRAN release](https://styler.r-lib.org). -- [GitHub development version](https://styler.r-lib.org/dev/). +- [GitHub development version](https://styler.r-lib.org/dev/).