diff --git a/src/main/resources/db_readme.txt b/src/main/resources/db_readme.txt
index 55fbb6264f6314d6fa46aa030ec5a49b972c0d6c..68e3f245c44ae94a260c7456f76497a75864c34a 100644
--- a/src/main/resources/db_readme.txt
+++ b/src/main/resources/db_readme.txt
@@ -9,5 +9,5 @@
 In its default configuration, Petclinic uses an in-memory database (HSQLDB) which
 gets populated at startup with data. A similar setup is provided for Mysql in case
 a persistent database configuration is needed.
-Note that whenever the database type is changed, the jdbc.properties file needs to
-be updated.
\ No newline at end of file
+Note that whenever the database type is changed, the data-access.properties file needs to
+be updated.