From a36a1b46dbeb6de5640395d40471382a655e3267 Mon Sep 17 00:00:00 2001
From: Clare <chorscroft@users.noreply.github.com>
Date: Tue, 14 Jul 2020 14:27:23 +0100
Subject: [PATCH] Added browseVignettes to README

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index d5d73c4..299a089 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,8 @@ install_github("chorscroft/zalpha")
 For a full explanation of how to use the zalpha package, please see the "zalpha" vignette.
 
 ```
+browseVignettes("zalpha")
+# or
 vignette("zalpha")
 ```
 If this does not work and you installed the packages directly from Github, try installing using the following code:
-- 
GitLab