diff --git a/README.ftl.md b/README.ftl.md
index 48ffddb7a6..3649666c8c 100644
--- a/README.ftl.md
+++ b/README.ftl.md
@@ -43,7 +43,7 @@ Next, you write a SQL script to create a table to store the data.
<@snippet path="src/main/resources/schema-all.sql" prefix="initial"/>
-> **Note:** Spring Zero runs `schema-@@platform@@` automatically during startup. `-all` is the default for all platforms.
+> **Note:** Spring Zero runs `schema-@@platform@@.sql` automatically during startup. `-all` is the default for all platforms.
Create a business class
diff --git a/README.md b/README.md
index 2d626df2d5..983b34e144 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,7 @@ CREATE TABLE people (
);
```
-> **Note:** Spring Zero runs `schema-@@platform@@` automatically during startup. `-all` is the default for all platforms.
+> **Note:** Spring Zero runs `schema-@@platform@@.sql` automatically during startup. `-all` is the default for all platforms.
Create a business class