From 31e5aa623eea28c2a73eef9bccbbf8e031fe04f1 Mon Sep 17 00:00:00 2001 From: win777 <3443879+win777@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:18:31 +0900 Subject: [PATCH] Update readme.md Remove Java 8 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a68cf5061..93b4200b4 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ See the presentation here ## Running petclinic locally -Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/). You can build a jar file and run it from the command line (it should work just as well with Java 8, 11 or 17): +Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/). You can build a jar file and run it from the command line (it should work just as well with Java 11 or 17): ```