diff --git a/README.md b/README.md
index 4ed2697e9c21da2e1b204b748aa9d42c7cfa9a69..c89677bfa5603e80c665b3324a1d6992b7de52ba 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,13 @@ If you arrange your data differently you will need to adjust the paths in the ex
 
 # What this repo provides (and what it does not)
 
- * R scripts used to clean the data prior to submission to the [UK Data Service](https://beta.ukdataservice.ac.uk/datacatalogue/studies/study?id=8676)
- * R functions for use with the data deposited at the [UK Data Service](https://beta.ukdataservice.ac.uk/datacatalogue/studies/study?id=8676):
+ * **To Do**: R scripts used to clean the data prior to submission to the [UK Data Service](https://beta.ukdataservice.ac.uk/datacatalogue/studies/study?id=8676)
+ * R functions for use with the data deposited at the [UK Data Service](https://beta.ukdataservice.ac.uk/datacatalogue/studies/study?id=8676)
+ * Example R scripts to demonstrate the use of these functions such as:
+   * using the utility functions
+   * loading the survey and response data
+   * coding derived survey variables using the survey_dv_* functions
    * loading (selections of) the 15 min electricity use data
    * setting dates and times (and other pre-processing) in the 15 min electricity use data
    * linking household survey and electricity use data
-   * ... 
- * R scripts to demonstrate the use of these functions
+   * and more...