From d685f8f3f87074421be9f0c47c602e33551ca315 Mon Sep 17 00:00:00 2001 From: Enki WANG <98389771+ynsec37@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:17:22 +0800 Subject: [PATCH] Fix typo (#1624) --- quarto-formats.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto-formats.qmd b/quarto-formats.qmd index 8c749b6..bd9ab42 100644 --- a/quarto-formats.qmd +++ b/quarto-formats.qmd @@ -246,7 +246,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 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()`. +Both websites and books can also be rendered using `quarto::quarto_render()`. Read more at about Quarto websites and about books.