diff --git a/Application_examples/FindAdvisor.mp b/Application_examples/FindAdvisor.mp
index dfd51aee5a9d74b131abb4ef77bc1ca188c6ea98..751d9b3144f297686399cba2f4b2fe6ccf9fbe1b 100644
--- a/Application_examples/FindAdvisor.mp
+++ b/Application_examples/FindAdvisor.mp
@@ -1,5 +1,7 @@
-/* example63_Find_Advisor.mp
-	modeling human interactions
+/* Model of [FindAdvisor]
+
+example63_Find_Advisor.mp
+modeling human interactions
 	
 Human interaction and organizational processes can be modeled as well as technological
 system and subsystem interactions.
@@ -62,4 +64,4 @@ COORDINATE 	$a: Recommend_another_approach  FROM Advisor,
 		$b: Find_another_approach  	FROM Student
 	DO ADD $a PRECEDES $b; OD;
 
-Student, Advisor SHARE ALL Discuss_research_interests;
\ No newline at end of file
+Student, Advisor SHARE ALL Discuss_research_interests;