From 76e9b12e2e5c1b02c8cbea82a7a700f96bc99058 Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Wed, 8 Jul 2020 11:24:03 +0100
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 316c588..8a4006d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # dataCleaning
 
-A place to store hints, tips and examples for data cleaning. We use a lot of very dirty data which often has outliers and missing observations. Since most of this data is large scale 'sensor' data with time stamps we make a lot of use of these R packages to process and visualise the data:
+A place to store hints, tips and examples for data cleaning. We use a lot of very dirty data which often has outliers and missing observations. Since most of this data is large scale 'sensor' data with time stamps we make a lot of use of these R packages to process and visualise the data so we can see what is odd and what is missing:
 
  * [data.table](https://rdatatable.gitlab.io/data.table/)
  * [lubridate](https://lubridate.tidyverse.org/)
-- 
GitLab