diff --git a/Application_examples/Beginner_Use_of_MP.mp b/Application_examples/Beginner_Use_of_MP.mp
index 3f610381547febae925d6287c78eef0813bd955e..73fc29004a3407c8f0b65acb88bdb9ce1842e761 100644
--- a/Application_examples/Beginner_Use_of_MP.mp
+++ b/Application_examples/Beginner_Use_of_MP.mp
@@ -1,4 +1,6 @@
-/* A Simple Model of Beginner MP-Firebird Use
+/* Model of [Beginner_Use_of_MP]
+
+A Simple Model of Beginner MP-Firebird Use
 created by K.Giammarco 2021-02-08
 
 This model provides an orientation for those just getting started using 
@@ -86,4 +88,4 @@ IF #Find_issue >1 THEN
 	ELSE 	IF #Find_issue ==1 THEN 
 			SAY( #Find_issue " issue was discovered");
 			FI;
-FI;
\ No newline at end of file
+FI;