From ac15b452b886c6237803da5abb39aec454170462 Mon Sep 17 00:00:00 2001 From: bramjanssen Date: Wed, 21 Aug 2024 14:46:12 +0200 Subject: [PATCH] readme: updated texts --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b87bdba..2020dbb 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ quarto preview . This command will initiate a local preview of the documentation portal, allowing you to review your changes before committing them. - ## Deliverables -As the content of this repository is also represented in a deliverable, we can use the Qaurto framework to generate the content of the deliverable. -You can preview the deliverable by exeucting the following command: +Since the content of this repository is also included in a deliverable, we can use the Quarto framework to generate the +deliverable content. To preview the deliverable, execute the following command: ```bash quarto preview deliverable/.md ``` -If you want to generate the corresponding Word document, please execute the following command: +To generate the corresponding Word document, use the following command: + ```bash quarto render deliverable/.md --to docx ``` \ No newline at end of file