diff --git a/readme.md b/readme.md
index 34c8e8b84..5308a9793 100644
--- a/readme.md
+++ b/readme.md
@@ -1,25 +1,4 @@
# Spring PetClinic Sample Application [](https://travis-ci.org/spring-projects/spring-petclinic/)
-Deploy this sample application to Pivotal Web Services:
-
-
-
-
-
-## Understanding the Spring Petclinic application with a few diagrams
-See the presentation here
-
-## Running petclinic locally
-Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/). You can build a jar file and run it from the command line:
-
-
-```
-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/