From e1ee050e0fd85e5436ef8d0fb4d2cb899f0b05bc Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Tue, 30 Jun 2020 11:12:55 +0100 Subject: [PATCH] added a , --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3422c..9d2ec69 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ This repo does three things: * it is a [template](template.md) repo that illustrates how we work and which you can copy; * it is an R package that you can build if you want to using 'install and restart' from the RStudio Build menu. If you do you will then be able to use its functions viz: `woRkflow::functionName()` (not that it has many). -If you want to [contribute to the repo](CONTRIBUTING.md) or like how we work and want to use it as a template for your project or package, just [fork and go](https://happygitwithr.com/fork-and-clone.html). +If you want to [contribute to the repo](CONTRIBUTING.md), or like how we work and want to use it as a template for your project or package, just [fork and go](https://happygitwithr.com/fork-and-clone.html). -- GitLab