From b5bd9a9ee53a2efb3f7fe0f5af372611fd9cfbbe Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 23 Oct 2023 05:00:48 -0700 Subject: [PATCH] Renamed project to spring-boot-bld --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76e7b59..e260b28 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Spring Boot Example for [bld](https://rife2.com/bld) -Based on the Spring Guides' Spring Boot web application example. Please be sure to read the [guide](https://github.com/spring-guides/gs-spring-boot) to a sampling of how Spring Boot can help you accelerate application development +Based on the Spring Guides' Spring Boot web application example. Please be sure to read the [guide](https://github.com/spring-guides/gs-spring-boot) for a sampling of how Spring Boot can help you accelerate application development ## Run the Application @@ -30,4 +30,4 @@ To run the web application tests, issue the following command: ``` ./bld test -``` \ No newline at end of file +```