From 222f1d1b30bb36107d11ea89fab1824608d003d1 Mon Sep 17 00:00:00 2001 From: Mic <misvy@vmware.com> Date: Thu, 21 Feb 2013 10:11:51 +0800 Subject: [PATCH] minor edits to readme file --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c3b4857..a282f8c 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 -- GitLab