diff --git a/README.md b/README.md
index 59c73cd..bc6a6e8 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,11 @@
 
 This is an example OSeMOSYS model used to demonstrate the functionality of the Python
 package [otoole](https://github.com/OSeMOSYS/otoole). You can use **otoole** to generate
-a GNU MathProg data file from the dataset with the following commands. Full 
-**otoole** documentation (including installation and examples) can be found on 
-its [ReadTheDocs site](https://otoole.readthedocs.io/en/latest/). 
+a GNU MathProg data file from the dataset with the following commands. Full
+**otoole** documentation (including installation and examples) can be found on
+its [ReadTheDocs site](https://otoole.readthedocs.io/en/latest/).
 
-**NOTE**: To be able to solve the model in this example, you will need to install 
+**NOTE**: To be able to solve the model in this example, you will need to install
 the free and open-source solver [GLPK](https://www.gnu.org/software/glpk/)
 
 ```bash
@@ -16,10 +16,12 @@ the free and open-source solver [GLPK](https://www.gnu.org/software/glpk/)
 pip install otoole>=1.0.0
 
 # Download the dataset. On Linux or OSX use wget, otherwise download and unzip
-wget https://zenodo.org/record/3707794/files/OSeMOSYS/simplicity-v0.2.1.zip
-unzip simplicity-v0.2.1.zip -d simplicity
+wget https://zenodo.org/record/7736670/files/OSeMOSYS/simplicity-v1.0.zip?download=1
+
+unzip simplicity-v1.0 -d simplicity
 
 # Create the GNUMathProg data file with otoole
+mv simplicity/OSeMOSYS-simplicity-f0d3e83/* simplicity
 otoole convert csv datafile simplicity/data ./simplicity.txt simplicity/config.yaml
 
 # Solve the model