diff --git a/exercises/exercise-dunemodule/README.md b/exercises/exercise-dunemodule/README.md
index a12cfa33d29871cd79cbdad2fc19468508f2706d..d68408e6ff3aca3856471c8997127db20ef89513 100644
--- a/exercises/exercise-dunemodule/README.md
+++ b/exercises/exercise-dunemodule/README.md
@@ -43,8 +43,8 @@ You need to run this command in the folder with content dumux, dumux-course, dun
 mkdir appl
 ```
 
-* Copy some test case from the dumux module, e.g., test_1p from test/porousmediumflow/1p/implicit/compressible/stationary in your new folder (e.g., `appl`)
-* Copy the problem, spatialparams, cc source file, input file
+* Copy some test case from the dumux module, e.g., test_1p from test/porousmediumflow/1p/compressible/stationary in your new folder (e.g., `appl`)
+* Copy the problem file, spatialparams file, properties file, cc source file and input file
 
 * Adjust the CMakeLists.txt file within the dumux-example (or your module name)-folder to include your new subdirectory