From 196e5aa4b086a047850db2b05976020e725f565a Mon Sep 17 00:00:00 2001 From: shjung1999 Date: Sun, 12 Oct 2025 20:43:11 +0900 Subject: [PATCH] docs: capitalize 'JAR' in README for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c860ee0f2..59b71441f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Run Petclinic locally -Spring Petclinic 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): +Spring Petclinic 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