diff --git a/readme.md b/readme.md
index 1544c1140..a670e6f55 100644
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,7 @@
[See the presentation here](https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application)
-## Run Petclinic locally
+## Run Petclinic locally in machine
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):
@@ -16,7 +16,7 @@ cd spring-petclinic
./mvnw package
java -jar target/*.jar
```
-PetClinicSpring
+PetClinicSpringPetClinicSpring
You can then access the Petclinic at .
@@ -160,3 +160,4 @@ For pull requests, editor preferences are available in the [editor config](.edit
## License
The Spring PetClinic sample application is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).
+