petclinic-uncached
Changes
readme.md 3(+2 -1)
Details
readme.md 3(+2 -1)
diff --git a/readme.md b/readme.md
index a93ec82..bcedd41 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
```