From 867fa5e2af4495e102881e7d55ad40f4f76fd866 Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Mon, 26 Feb 2018 10:40:46 -0600 Subject: [PATCH] Fixed minor grammer issue in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7357fd15..0954cd7e7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Spring Batch is a lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. Spring Batch builds upon the productivity, POJO-based development approach, and general ease of use capabilities people have come to know from the [Spring Framework](https://github.com/SpringSource/spring-framework), while making it easy for developers to access and leverage more advanced enterprise services when necessary. -If you are looking for a runtime orchestration tool for your Batch applications, or need a management console to view current and historic executions, take a look at [Spring Cloud Data Flow](https://cloud.spring.io/spring-cloud-dataflow/). It an orchestration tool for deploying and executing data integration based microservices including Spring Batch applications. +If you are looking for a runtime orchestration tool for your Batch applications, or need a management console to view current and historic executions, take a look at [Spring Cloud Data Flow](https://cloud.spring.io/spring-cloud-dataflow/). It is an orchestration tool for deploying and executing data integration based microservices including Spring Batch applications. # Building from Source