From e0684bfd5e3adb1815e32675f384085644dad076 Mon Sep 17 00:00:00 2001
From: Olivier Truong <oltruong@users.noreply.github.com>
Date: Mon, 8 Oct 2018 21:50:50 +0200
Subject: [PATCH] Fix indent in readme.md

Closes gh-359
---
 readme.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/readme.md b/readme.md
index 25c7d6f..b6fd602 100644
--- a/readme.md
+++ b/readme.md
@@ -8,10 +8,10 @@ Petclinic is a https://spring.io/guides/gs/spring-boot[Spring Boot] application
 
 
 ```
-	git clone https://github.com/spring-projects/spring-petclinic.git
-	cd spring-petclinic
-    ./mvnw package
-    java -jar target/*.jar
+git clone https://github.com/spring-projects/spring-petclinic.git
+cd spring-petclinic
+./mvnw package
+java -jar target/*.jar
 ```
 
 You can then access petclinic here: http://localhost:8080/
@@ -21,7 +21,7 @@ You can then access petclinic here: http://localhost:8080/
 Or you can run it from Maven directly using the Spring Boot Maven plugin. If you do this it will pick up changes that you make in the project immediately (changes to Java source files require a compile as well - most people use an IDE for this):
 
 ```
-	./mvnw spring-boot:run
+./mvnw spring-boot:run
 ```
 
 ## In case you find a bug/suggested improvement for Spring Petclinic
-- 
GitLab