diff --git a/README.md b/README.md index 2bdb266..d35a400 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It provides mechanisms for common tasks such as **task orchestration**, **partit ## Introduction Spring batch jobs may require boilerplate code to be written, which is extracted out in this library to promote reusability. Common components of a Spring batch job are defined as Beans and can be reused across multiple jobs. -See usage in Spring Batch Job implemented as [**`Spring Cloud Task`**](https://github.com/officiallysingh/spring-boot-batch-cloud-task) +**See usage** in Spring Batch Job implemented as [**`Spring Cloud Task`**](https://github.com/officiallysingh/spring-boot-batch-cloud-task) and [**`Spring Rest service`**](https://github.com/officiallysingh/spring-boot-batch-web). ## Features