diff --git a/exercises/exercise-properties/README.md b/exercises/exercise-properties/README.md
index b49e32ace105bd509294ad98429af44e4499b17d..c6e521bdfed0fcb3ed54d115c231e653e1ee6772 100644
--- a/exercises/exercise-properties/README.md
+++ b/exercises/exercise-properties/README.md
@@ -8,17 +8,17 @@ The problem setup is identical to the previous [_Exercise Basic_](../exercise-ba
 
 * Navigate to the directory `exercise-properties`
 
-_Exercise 2_ deals with a two-phase compositional problem (__2p2c__). Goal is to learn how to use compile and runtime parameters and the _DuMu<sup>x</sup> property system_.
+_Exercise Properties_ deals with a two-phase compositional problem (__2p2c__). Goal is to learn how to use compile and runtime parameters and the _DuMu<sup>x</sup> property system_.
 
 <br><br>
 ### Task 1: Getting familiar with the code
 <hr>
 
 Locate all the files you will need for this exercise
-* The __main file__: `exercise2.cc`
+* The __main file__: `exercise_properties.cc`
 * The __problem file__: `injection2p2cproblem.hh`
 * The __spatial parameters file__: `injection2p2cspatialparams.hh`
-* The __input file__: `exercise2.input`
+* The __input file__: `exercise_properties.input`
 * Two header files containing:
   * a custom __local residual__ in: `mylocalresidual.hh`
   * a custom __material law__ in: `mymateriallaw.hh`