From 1744b0bbc4d18f9f353abdcdb9a20885dce0925f Mon Sep 17 00:00:00 2001 From: Kevin Bimonte Date: Wed, 23 Aug 2023 11:33:27 -0700 Subject: [PATCH] fix(doc): Update name of project to Spring Cloud Task (#912) --- spring-cloud-task-samples/timestamp/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-task-samples/timestamp/README.adoc b/spring-cloud-task-samples/timestamp/README.adoc index 57e7e965..9cc54b86 100644 --- a/spring-cloud-task-samples/timestamp/README.adoc +++ b/spring-cloud-task-samples/timestamp/README.adoc @@ -9,7 +9,7 @@ This is a Spring Cloud Task application that logs a timestamp. == Classes: * TaskApplication - the Spring Boot Main Application -* TimestampTask - the module that writes the log entry as Spring Task +* TimestampTask - the module that writes the log entry as Spring Cloud Task == Build: