From 8c8599298a4dc221ced4d66f8d265d89cf357102 Mon Sep 17 00:00:00 2001
From: Antoine Rey <antoine.rey@gmail.com>
Date: Sun, 13 Nov 2016 19:37:45 +0100
Subject: [PATCH] Add reference to the spring-petclinic-microservices fork

---
 readme.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/readme.md b/readme.md
index 38f47d7..6bcb20e 100644
--- a/readme.md
+++ b/readme.md
@@ -72,6 +72,7 @@ Otherwise the GitHub [spring-petclinic](https://github.com/spring-petclinic) is
 | [legacy](https://github.com/spring-projects/spring-petclinic/tree/legacy) | Spring Framework, JSP pages, 3 persistences layer: JDBC, JPA and Spring Data JPA |
 | [javaconfig](https://github.com/spring-projects/spring-petclinic/tree/javaconfig) | Same framewoks as the [legacy](https://github.com/spring-projects/spring-petclinic/tree/legacy) branch but with Java Configuration instead of XML |
 | [spring-petclinic-angular1](https://github.com/spring-petclinic/spring-petclinic-angular1) | AngularJS 1, Spring Boot and Spring Data JPA |
+| [spring-petclinic-microservices](https://github.com/spring-petclinic/spring-petclinic-microservices) | Distributed version of Spring Petclinic built with Spring Cloud |
 
 
 ## Interaction with other open source projects
-- 
GitLab