Edited wiki page DeveloperFAQ through web user interface.
diff --git a/DeveloperFAQ.wiki b/DeveloperFAQ.wiki
index b230bfb..5f3f227 100644
--- a/DeveloperFAQ.wiki
+++ b/DeveloperFAQ.wiki
@@ -61,4 +61,4 @@
 
 * I have an existing Adaptor that provides full data pushes - how do I make it support incremental pushes?
 
-The adaptor must extend `com/google/enterprise/adaptor/PollingIncrementalLister` which has a single method `getModifiedDocIds(DocIdPusher pusher)` ; when initializing the Adaptor, register with `AdaptorContext.setPollingIncrementalLister(this)`.
+Implement `com/google/enterprise/adaptor/PollingIncrementalLister` which has a single method `getModifiedDocIds(DocIdPusher pusher)` . When initializing the Adaptor, register with `AdaptorContext.setPollingIncrementalLister(yourLister)`.
\ No newline at end of file