From b7a1f10e4c1ee8c2fbe0efb21392164639295357 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 22 Jul 2013 08:38:03 -0400 Subject: [PATCH] Fix typo --- README.ftl.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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