From c39ed819044448f7575f3c6cced9f2501f35776e Mon Sep 17 00:00:00 2001 From: Angel Aguilera Date: Wed, 29 Jun 2016 09:39:56 +0200 Subject: [PATCH 1/2] Fixed typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a93ec823c..604c99125 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Sprinb Boot version of the Spring PetClinic Sample Application [![Build Status](https://travis-ci.org/spring-projects/spring-petclinic.png?branch=master)](https://travis-ci.org/spring-projects/spring-petclinic/) +# Spring Boot version of the Spring PetClinic Sample Application [![Build Status](https://travis-ci.org/spring-projects/spring-petclinic.png?branch=master)](https://travis-ci.org/spring-projects/spring-petclinic/) ## Understanding the Spring Petclinic application with a few diagrams See the presentation here From b3080ccb2b5d39a74fd73c19576d9a7444d7c073 Mon Sep 17 00:00:00 2001 From: Angel Aguilera Date: Wed, 29 Jun 2016 09:42:21 +0200 Subject: [PATCH 2/2] Updated instructions to switch into springboot branch --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 604c99125..bcedd41e9 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,7 @@ ``` git clone https://github.com/spring-projects/spring-petclinic.git cd spring-petclinic + git checkout springboot ./mvnw spring-boot:run ```