diff --git a/README.md b/README.md
index af152361fcabcfe6a3915cf39a0f66fe6580efce..4bbae304bd3de6edc8c2222787cea24e4094711e 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,13 @@ conda env create -f environment.yml
 
 ## Usage
 
+Find the visualizations from the thesis and some extra calculations in the "examples" folder. 
+In the subfolder "ReproducableCode" is the code, to execute the calculations with some first visualizations.
+The subfolder "Data" stores the data for all the simulations in a *.npz file, which can be read with numpy `np.load(file.npz)`.
+"Visualizations" creates the necessary figures from the thesis and stores them in *.svg format in "Figures".
+
+In "src" there are the generic FEniCSx implementations, that were used to calculate the examples.
+
 
 ## Contact