From ac506ddcaaa421eac8a6f3fd2511763c1f807f31 Mon Sep 17 00:00:00 2001 From: Neal Richardson Date: Tue, 9 Jul 2024 16:45:36 -0400 Subject: [PATCH] Fix some typos in the readme Just noticed these and figured I'd submit a fix --- README.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index d2b6182..dc81714 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,9 +17,9 @@ knitr::opts_chunk$set( ## Overview -quillt is a package containing helpers functions and resources mainly useful for projects in the R Markdown ecosysteme, like creating [pkgdown](https://pkgdown.r-lib.org) website. Previously, it contained a **pkgdown** template for the R Markdown ecosystem, but now **tidytemplate** is used. +quillt is a package containing helpers functions and resources mainly useful for projects in the R Markdown ecosystem, like creating [pkgdown](https://pkgdown.r-lib.org) websites. Previously, it contained a **pkgdown** template for the R Markdown ecosystem, but now **tidytemplate** is used. -All those website are by default aimed to be made available through https://pkgs.rstudio.com/ +All those websites are by default aimed to be made available through https://pkgs.rstudio.com/ The goal of quillt is to create a patchwork quilt of all the packages that R Markdown users benefit from. That means packages that help users extend R Markdown using new output formats and templates, or that build upon existing packages to improve the quality of life for R Markdown users. @@ -38,7 +38,7 @@ This will leave you with so more steps described in a checklist. Also, some file See [Reference page](https://pkgs.rstudio.com/quillt/reference/index.html#section-examples-gallery-helpers) and [examples](articles/examples.html) -## Ressources +## Resources **quillt** also contains some JS files useful across the website. They are locally copied when creating a new pkgdown website with `use_quillt_pkgdown()`.