diff --git a/uml_test1.md b/uml_test1.md
index 6eaf490daff54f2461257a0503fa3f15f506d949..43669a14cb0125c82377f08df120286a36c8476c 100644
--- a/uml_test1.md
+++ b/uml_test1.md
@@ -5,8 +5,7 @@
 
 group Testing HTTP !include
     Int_Au -> Comp_Mg
-        note left: "Int Au -> Comp Mg \n 
-        IntAu <- Comp Mg"
+        note left: "Int_Au -> Comp-Mg \n IntAu <- Comp Mg"
         note right: If the entity names show as \n 
         "Internal Auditor" and "Compliance Manager",\n then the \n
         "!include http..."\n
diff --git a/uml_test2.md b/uml_test2.md
index 38d4cbd66e0f073a296f484171778508d89c69a2..23702067f44334882464b0fc322ba9eb678dc0bb 100644
--- a/uml_test2.md
+++ b/uml_test2.md
@@ -5,8 +5,8 @@
 
 group Testing markdown ::include
     Int_Au -> Comp_Mg
-        note left: If the entity names are \n "Internal Auditor" \n and \n "Compliance Manager"...
-        note right: then, the \n **"::include {file=roles.puml}"** \n works in a markdown file!! (*.md)
+        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
 end