diff --git a/README.ftl.md b/README.ftl.md index bf9048d4c1..b11bb0fa6d 100644 --- a/README.ftl.md +++ b/README.ftl.md @@ -1,9 +1,10 @@ <#assign project_id="gs-batch-processing"> +This guide walks you through creating a basic batch-driven solution. What you'll build ----------------- -This guide walks you through creating a basic batch-driven solution. You build a service that imports data from a CSV spreadsheet, transforms it with custom code, and stores the final results in a database. +You build a service that imports data from a CSV spreadsheet, transforms it with custom code, and stores the final results in a database. What you'll need ---------------- diff --git a/README.md b/README.md index be7ae91976..6ea42c29c1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ +This guide walks you through creating a basic batch-driven solution. What you'll build ----------------- -This guide walks you through creating a basic batch-driven solution. You build a service that imports data from a CSV spreadsheet, transforms it with custom code, and stores the final results in a database. +You build a service that imports data from a CSV spreadsheet, transforms it with custom code, and stores the final results in a database. What you'll need ---------------- @@ -36,7 +37,7 @@ To **skip the basics**, do the following: Set up the project ------------------ -First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with [Maven](https://maven.apache.org) and [Gradle](http://gradle.org) is included here. If you're not familiar with either, refer to [Building Java Projects with Maven](/guides/gs/maven/) or [Building Java Projects with Gradle](/guides/gs/gradle/). +First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with [Maven](https://maven.apache.org) and [Gradle](http://gradle.org) is included here. If you're not familiar with either, refer to [Building Java Projects with Maven](/guides/gs/maven) or [Building Java Projects with Gradle](/guides/gs/gradle/). ### Create the directory structure