diff --git a/README.md b/README.md
index 2519df97c25d866ee0d9a02ac7d65ecee2ff5a54..9ac3a7a04416ddb1bbf58292c0cf27950a9e6763 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ in 1D, 2D and 3D for the test problem specified in the parameter file.
 You can exclude computationally expensive grids from the EOC loop by setting 
 the parameter `fastEOC`.
 The results can be visualized by subsequently running the python script `plotDG.py`.
-You will find the plots in the directory `build-cmake/src/plots`.
+You will find the plot `dg.pdf` in the directory `build-cmake/src/plots`.
 
 For the coupled scheme run one of the executables `mmdg-2d` or `mmdg-3d` in the `build-cmake/src` directory. The results can be visualized with paraview (file `s0001-pressureData.pvtu` and for 2D file `s0001-interfacePressureData.pvtp` or for 3D file `s0001-interfacePressureData.pvtu` in the directory `build-cmake/src`). 
 
@@ -45,7 +45,7 @@ coupled scheme in 2D and 3D for the test problem specified in the parameter file
 You can exclude computationally expensive grids from the EOC loop by setting 
 the parameter `fastEOC`.
 The results can be visualized by subsequently running the python script `plotMMDG.py`.
-You will find the plots in the directory `build-cmake/src/plots`.
+You will find the plots `mmdg_bulk.pdf`, `mmdg_interface.pdf` and `mmdg_total.pdf` in the directory `build-cmake/src/plots`.
 
 
 Test Problems