Fixed reviewer comments.
diff --git a/src/overview.html b/src/overview.html
index 4f30ced..cefcd7a 100644
--- a/src/overview.html
+++ b/src/overview.html
@@ -22,18 +22,14 @@
     <li>List the content of folders</li> 
     <li>Read the content of documents</li> 
     <li>Read attributes of files and folders</li>
-  </ul>
-
-  <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
+    <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>
+    Adaptor are not discernible via the last access date)</li>
   </ul>
 
   <p>Membership in one of these groups grants a Windows account the
-  sufficient permissions needed by the adaptor:
+  sufficient permissions needed by the Adaptor:
   <ul>
     <li>Administrators</li>
     <li>Power Users</li>
@@ -43,10 +39,9 @@
 
   <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 group at the local level.</p>
-
-  <p>More information in the Microsoft documentation, on the 
-  <a href="http://msdn.microsoft.com/en-us/library/bb525388(VS.85).aspx">
+  these group on the local machine that the adaptor is running. More
+  information in the Microsoft documentation, on the <a
+  href="http://msdn.microsoft.com/en-us/library/bb525388(VS.85).aspx">
   NetShareGetinfo function</a>.</p>
 
 <h4>Configure GSA for Adaptor</h4>