diff --git a/dir/included_part2.puml b/dir/included_part2.puml
index 9083ebd8709e7b6c6f501cb46b5afc299b838a95..0e2fc90b37f87f5e89f0617d842ddb43676fe1eb 100644
--- a/dir/included_part2.puml
+++ b/dir/included_part2.puml
@@ -2,5 +2,6 @@
 
 Bob -> Alice: Hola ¿A dónde vas?
 Alice->Bob: Manzanas traigo
+note: This part is written in a secondary file \n  in another folder \n (/dir/included_part2.puml)
 
 @enduml
\ No newline at end of file
diff --git a/markdown_uml_2.md b/markdown_uml_2.md
index 4182363b8c1b96087e9e37b697db8ff62532f2fa..18fe1b576d55186068c3d49b9628f442b8d733c7 100644
--- a/markdown_uml_2.md
+++ b/markdown_uml_2.md
@@ -5,7 +5,6 @@
 
 group Testing markdown ::include
     Int_Au -> Comp_Mg
-        
         note left: If the entity names above are \n "Internal Auditor" and \n "Compliance Manager"...
         note right: ...then, the \n **"::include {file=roles.puml}"** \n works in a markdown file!! (*.md)
     Int_Au <- Comp_Mg
@@ -14,6 +13,5 @@ end
 'This includes Bob & Alice talk
 'Note that the file is in another folder (/dir)
 ::include{file=/dir/included_part2.puml}
-note: This part is included from a file in another folder
         
 ```
\ No newline at end of file