From 66c31448fce80884f520766aead92749fa195868 Mon Sep 17 00:00:00 2001 From: Martin Westgate Date: Tue, 17 Dec 2019 12:50:25 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66d591c..39bd18f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -revtools v0.4.0.9999 +revtools v0.4.1 Tools to support literature review and evidence synthesis in R, including import, de-duplication and interactive display of bibliographic data. --- -For a complete introduction to revtools you can check out the [user manual](https://revtools.net/user_manual/1_introduction.html); but to get started now you can download revtools either from this site (development version) or CRAN (stable version) as follows: +For a complete introduction to revtools you can check out the [website](https://revtools.net/); but to get started now you can download revtools either from this site (development version) or CRAN (stable version) as follows: ``` install.packages("revtools") # install from CRAN devtools::install_github("mjwestgate/revtools") # install from GitHub