From 28248271d4ddad05babd755fc6e1096ff5bb1fd7 Mon Sep 17 00:00:00 2001 From: akashcha Date: Sat, 27 Jul 2024 19:29:32 -0700 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 28c598009..1217c92ff 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ ## Run Petclinic locally -The Spring Petclinic app is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/) or [Gradle](https://spring.io/guides/gs/gradle/). You can build a jar file and run it from the command line (it should work just as well with Java 17 or newer): +The Spring Petclinic application is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/) or [Gradle](https://spring.io/guides/gs/gradle/). You can build a jar file and run it from the command line (it should work just as well with Java 17 or newer): ```bash git clone https://github.com/spring-projects/spring-petclinic.git