diff --git a/petclinic-print.png b/petclinic-print.png
new file mode 100644
index 000000000..ae590c0c1
Binary files /dev/null and b/petclinic-print.png differ
diff --git a/readme.md b/readme.md
index fcbbee52c..52e26d8ad 100644
--- a/readme.md
+++ b/readme.md
@@ -1,15 +1,10 @@
# Couchbase Spring PetClinic Sample Application [](https://travis-ci.org/spring-projects/spring-petclinic/)
-Couchbase Spring PetClinic is a fork from the original Spring Pet Clinic adapted wo work with Couchbase.
-
-## Understanding the Spring Petclinic application with a few diagrams
-See the presentation here
+Couchbase Spring PetClinic is a fork from the original Spring Pet Clinic adapted to work with Couchbase.
## Running PetClinic on GitPod
-
To run this app on GitPod simply click [here](https://gitpod.io/#https://github.com/deniswsrosa/couchbase-spring-petclinic.git)
-
## 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:
@@ -23,7 +18,7 @@ java -jar target/*.jar
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):