From 320a864112406dfbefa743c30519a8b9ab7913f8 Mon Sep 17 00:00:00 2001 From: Anbu Sampath Date: Thu, 13 Jun 2019 15:59:47 +0530 Subject: [PATCH] doc correction for Initialzr downloaded file name --- spring-cloud-task-docs/src/main/asciidoc/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-task-docs/src/main/asciidoc/getting-started.adoc b/spring-cloud-task-docs/src/main/asciidoc/getting-started.adoc index 1c84a55d..d33cd4d7 100755 --- a/spring-cloud-task-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/getting-started.adoc @@ -64,7 +64,7 @@ To do so: .. In the Dependencies text box, type `jdbc` and then select the `JDBC` dependency. .. In the Dependencies text box, type `h2` and then select the `H2`. (or your favorite database) .. Click the *Generate Project* button -. Unzip the timestamp.zip file and import the project into your favorite IDE. +. Unzip the helloworld.zip file and import the project into your favorite IDE. [[getting-started-writing-the-code]] === Writing the Code