From bda26542b06f99737af60acf71481983e96d024c Mon Sep 17 00:00:00 2001
From: Edward-Jackson-ONS <edward.jackson@ons.gov.uk>
Date: Mon, 26 Feb 2024 12:48:01 +0000
Subject: [PATCH] docs: update

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

diff --git a/README.md b/README.md
index 0863c00..c532227 100644
--- a/README.md
+++ b/README.md
@@ -30,10 +30,11 @@ You will also require a `.env` file in the format:
 BODS_API_KEY="<api key for the BODS service>"
 ```
 
-Data ingest scripts are now available. All resources (including geography and timetable data) and a sample 1 minute cut of real time data can be obtained:
+Data ingest scripts are now available. All resources (including geography and timetable data) and a sample 1 minute cut of real time data can be obtained. Punctuality can be acquired for any of 5 geographies using the `--geography` attribute:
 
 ```shell
 python setup.py
+python run.py -g lsoa
 ```
 
 ### Pre-commit actions