Fix README
Tomas Doran [Sun, 13 Nov 2011 12:48:29 +0000 (12:48 +0000)]
README

diff --git a/README b/README
index e7e9663..9ba448a 100644 (file)
--- a/README
+++ b/README
@@ -175,6 +175,16 @@ CONFIGURATION
         If provided every must contain a file of the same name to be
         visible. This is similar to "gitweb"'s functionality.
 
+    class
+        If you want a different way of surfacing repositories you can use
+        your own model (i.e something that composes
+        Gitalist::Git::CollectionOfRepositories) and specify the class name
+        with this config option.
+
+    args
+        Any additional arguments to be passed into the Model constructor,
+        only of use when used in conjunction with "class" (see above).
+
   paging
     log The number of commits to show in the summary, shortlog and longlog
         views.