From d85907d2adc3db927e1d89eb5fbc9d54fb4977c0 Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Mon, 25 May 2020 13:18:46 +0200
Subject: [PATCH] update README

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

diff --git a/README.md b/README.md
index 7140a4f6..99e6e5b1 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ you can install the requirements into the venv:
 
 ### Remarks on first setup
 1. The source code does not include any data to process. Instead, it will check if data are available on your local machine
-and will download data from the [here](https://join.fz-juelich.de). The data set is roughly 1.6 GB. We did not implement
+and will download data from the [here](https://join.fz-juelich.de). We did not implement
 a default `data_path` as we want to allow you to choose where exactly the data should be stored. 
 Consequently, you have to pass a custom data path to `ExperimentSetup` in `run.py` (see example below).
 If all required data are already locally available, the program will not download any new data. 
-- 
GitLab