From b843605a3c6204c7364cd5fe53e7abbc7367db10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Etxaniz=20Errazkin=2C=20I=C3=B1aki?=
 <inaki.etxaniz@tecnalia.com>
Date: Tue, 3 Sep 2024 16:13:13 +0200
Subject: [PATCH] Update file README.md

---
 README.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2977fd3..65d701b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,16 @@
 # puml includes
 Utility project to include some common PlantUML files, that are used in the UML diagrams of the project
-They have to be publicly available somewhere due that the "!include" directive of PlantUML doesn't work in Gitlab (see https://gitlab.com/gitlab-org/gitlab/-/issues/28847)
\ No newline at end of file
+
+They have to be publicly available somewhere due that the "!include" directive of PlantUML doesn't work in Gitlab (see https://gitlab.com/gitlab-org/gitlab/-/issues/28847)
+
+The UML files of EMERALD typically include several common files to define common graphical elements (arrows, colors, names, etc.). For example:
+
+```plantuml
+
+@startuml RCM Sequence Diagram
+!include ../roles.wsd
+
+[..]
+
+@enduml
+```
\ No newline at end of file
-- 
GitLab