From 2b151ac01b1839d3849075f474b7b54c3f1e55a5 Mon Sep 17 00:00:00 2001
From: IvBu <st116086@stud.uni-stuttgart.de>
Date: Fri, 31 Mar 2023 16:27:28 +0200
Subject: [PATCH] [dunemodule] Fix paths and includes.

---
 exercises/exercise-dunemodule/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exercises/exercise-dunemodule/README.md b/exercises/exercise-dunemodule/README.md
index a12cfa33..d68408e6 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
 
-- 
GitLab