diff --git a/README.md b/README.md
index ac729092d44fae342608e10025144bd23aab6a13..4057c7673434fe2fc683e412a3187d52c66d3f5e 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,16 @@ the host and port of your MySQL JDBC connection string.
 | Angular JS        | [app.js, controllers and templates](spring-petclinic-ui/src/scripts/)  |
 
 
+## Interesting Spring Petclinic forks
+
+The Spring Petclinic master branch in the main [spring-projects](https://github.com/spring-projects/spring-petclinic)
+GitHub org is the "canonical" implementation, currently based on Spring Boot and Thymeleaf.
+
+This [spring-petclinic-microservices](https://github.com/spring-petclinic/spring-petclinic-microservices/) project is one of the [several forks](https://spring-petclinic.github.io/docs/forks.html) 
+hosted in a special GitHub org: [spring-petclinic](https://github.com/spring-petclinic).
+If you have a special interest in a different technology stack
+that could be used to implement the Pet Clinic then please join the community there.
+
 
 # Contributing