From d6e3e5aa9d92543c57ac6229550ab226d463af45 Mon Sep 17 00:00:00 2001
From: Petter Hopp <PetterHopp@users.noreply.github.com>
Date: Wed, 24 Aug 2022 07:35:38 +0200
Subject: [PATCH] chore: README.md updated

Changed to build_vignettes = TRUE in installation guide
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4a53814..3004dd7 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ To install (or update) the `NVIdb` package, run the following code:
     remotes::install_github("NorwegianVeterinaryInstitute/NVIdb")
         upgrade = FALSE,
         build = TRUE,
-        build_manual = TRUE)
+        build_vignettes = TRUE)
 
 In addition, you will also need to install the private package
 `NVIconfig` that keep specific information on NVI’s paths and databases.
@@ -62,7 +62,7 @@ To install (or update) the `NVIconfig` package, run the following code:
         auth_token = "PAT"
         upgrade = FALSE,
         build = TRUE,
-        build_manual = TRUE)
+        build_vignettes = TRUE)
 
 where PAT is your personal access token.