Fixed reviewer comments
diff --git a/src/overview.html b/src/overview.html
index 297e85b..4f30ced 100644
--- a/src/overview.html
+++ b/src/overview.html
@@ -15,28 +15,25 @@
 </ul>
 
 <h4>Permissions needed by the Adaptor</h4>
-  <p>The Windows user account that the adaptor is running under should
-  have the following permissions: 
 
+  <p>The Windows account that the adaptor is running under must have
+  sufficient permissions to:
   <ul>
     <li>List the content of folders</li> 
     <li>Read the content of documents</li> 
     <li>Read attributes of files and folders</li>
   </ul>
 
-<h5>Special permissions needed to read the ACLs</h5>
-  Additionally, the Adaptor should:
+  <p>Additionally, the account must have sufficient permissions to:
   <ul>
     <li>read ACLs for both files and folders,</li>
-
     <li>reset last access dates to the original value prior to the
     Adaptor access (by design, the traversals of the fileshare by the
     Adaptor are not discernible via the last access date).</li>
-
   </ul>
 
-  For the Adaptor service to be granted the permissions, the account
-  must be member of one of the following groups:
+  <p>Membership in one of these groups grants a Windows account the
+  sufficient permissions needed by the adaptor:
   <ul>
     <li>Administrators</li>
     <li>Power Users</li>
@@ -45,7 +42,7 @@
   </ul>
 
   <p>Note: it is not sufficient for the user to be member of one of
-  these groups at the Domain level. The user must be member of one of
+  these groups at the domain level. The user must be member of one of
   these group at the local level.</p>
 
   <p>More information in the Microsoft documentation, on the