Edited wiki page DeveloperFAQ through web user interface.
diff --git a/DeveloperFAQ.wiki b/DeveloperFAQ.wiki
index 6da0e4e..4b3f57f 100644
--- a/DeveloperFAQ.wiki
+++ b/DeveloperFAQ.wiki
@@ -25,6 +25,11 @@
 Tell the GSA to crawl the document, which will result in 404, which will result in a deltion.  If you'd like you can set delete to be true in Record, but that's not necessary.
 
 
+* How do I make an ACL?
+
+Use Acl.Builder
+
+
 * Can I represent multiple ACLs for same document?
 
 Yes. 
@@ -41,4 +46,4 @@
 
 * I'm getting interruption exception, what am I doing wrong?
 
-The adaptor has 30 seconds to start sending content, and 3 minutes to complete sending content.  The config values are adaptor.docContentTimeoutSecs and adaptor.docHeaderTimeoutSecs.
\ No newline at end of file
+The adaptor has 30 seconds to start sending content, and 3 minutes to complete sending content.  The config values are adaptor.docContentTimeoutSecs and adaptor.docHeaderTimeoutSecs.