From 517d33e6513c28987e9b4d28b56bf06ca8f4c968 Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Thu, 1 Apr 2021 12:11:00 +0000
Subject: [PATCH] Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 05eaeec..6948c72 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,11 +16,11 @@ In general we use:
 
 for all our data manipulation and:
 
-> <data>_<action> for our function names
+> <<data>>_<<action>> for our function names
 
 Thus the function to:
 
  * load the survey file and return it as a [data.table](https://rdatatable.gitlab.io/data.table/) is `SAVEr::survey_load(f)` where f is the file path
  * create the derived (recoded) tenure variable in the survey data is `SAVEr::survey_dv_tenure(dt)` where dt is the survey file as a [data.table](https://rdatatable.gitlab.io/data.table/)
  
- 
\ No newline at end of file
+ 
-- 
GitLab