From e57e3f32ff751243ea7b11f4bc1c009aadd1e8b2 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 28 Nov 2019 10:37:52 +0800 Subject: [PATCH] Update README.md --- spring-boot-custom-starter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-custom-starter/README.md b/spring-boot-custom-starter/README.md index c22aab7a2b..d74dc222d5 100644 --- a/spring-boot-custom-starter/README.md +++ b/spring-boot-custom-starter/README.md @@ -1,6 +1,6 @@ ## Spring Boot Custom Starter -This module contains articles about writing Spring Boot [starters](https://www.baeldung.com/spring-boot-starters). +This module contains articles about writing [Spring Boot Starters](https://www.baeldung.com/spring-boot-starters). ### Relevant Articles: - [Creating a Custom Starter with Spring Boot](https://www.baeldung.com/spring-boot-custom-starter)