petclinic-uncached
Changes
readme.md 3(+2 -1)
Details
readme.md 3(+2 -1)
diff --git a/readme.md b/readme.md
index 8cd94ba..27523ac 100644
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,8 @@
## Running petclinic locally
```
git clone https://github.com/spring-projects/spring-petclinic.git
- mvnw tomcat7:run
+ cd spring-petclinic
+ ./mvnw tomcat7:run
```
You can then access petclinic here: http://localhost:9966/petclinic/