diff --git a/readme.md b/readme.md index a93ec823c2bb2665c1b660f8cf2f189891d1c733..bcedd41e949a69296b6aeea6161da635b5baf75e 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Sprinb Boot version of the Spring PetClinic Sample Application [](https://travis-ci.org/spring-projects/spring-petclinic/) +# Spring Boot version of the Spring PetClinic Sample Application [](https://travis-ci.org/spring-projects/spring-petclinic/) ## Understanding the Spring Petclinic application with a few diagrams <a href="https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application">See the presentation here</a> @@ -7,6 +7,7 @@ ``` git clone https://github.com/spring-projects/spring-petclinic.git cd spring-petclinic + git checkout springboot ./mvnw spring-boot:run ```