diff --git a/readme.md b/readme.md
index c3b485762d922e54ef325066d93185da6e279dad..a282f8cb2fd67ed0ad14ea50cde7da60b64778e8 100644
--- a/readme.md
+++ b/readme.md
@@ -5,9 +5,10 @@ spring-petclinic has been deployed here on cloudfoundry: http://spring-petclinic
 
 ## Running petclinic locally
 ```
-git clone https://github.com/SpringSource/spring-petclinic.git
-mvn tomcat7:run
+	git clone https://github.com/SpringSource/spring-petclinic.git
+	mvn tomcat7:run
 ```
+
 You can then access petclinic here: http://localhost:9966/petclinic/
 
 ## Working with Petclinic in Eclipse/STS