From 2ce515a26c06a8fd4cb3828524d0597add1af720 Mon Sep 17 00:00:00 2001
From: Antoine Rey <antoine.rey@gmail.com>
Date: Mon, 24 Oct 2016 18:20:42 +0200
Subject: [PATCH] Add a screenshot

---
 readme.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 945e1ed7..3ec0b719 100644
--- a/readme.md
+++ b/readme.md
@@ -15,10 +15,11 @@
 
 You can then access petclinic here: http://localhost:8080/
 
+<img width="782" alt="springboot-petclinic" src="https://cloud.githubusercontent.com/assets/838318/19653851/61c1986a-9a16-11e6-8b94-03fd7f775bb3.png">
+
 ## In case you find a bug/suggested improvement for Spring Petclinic
 Our issue tracker is available here: https://github.com/spring-projects/spring-petclinic/issues
 
-
 ## Database configuration
 
 In its default configuration, Petclinic uses an in-memory database (HSQLDB) which
-- 
GitLab