diff --git a/quarto-formats.qmd b/quarto-formats.qmd index 7488d71..49f3b0e 100644 --- a/quarto-formats.qmd +++ b/quarto-formats.qmd @@ -245,7 +245,7 @@ cat(readr::read_file("quarto/example-book.yml")) ``` We recommend that you use an RStudio project for your websites and books. -Based on the `_quarto.yml` file, RStudio will recognize the type of project you're working on, and add a Built tab to the IDE that you can use to render and preview your websites and books. +Based on the `_quarto.yml` file, RStudio will recognize the type of project you're working on, and add a Build tab to the IDE that you can use to render and preview your websites and books. Both websites and books can also be rendered using `quarto::render()`. Read more at about Quarto websites and about books.