Fix Plugins option example in doc (two many "()")
[manu/RT-Extension-WatchedQueues.git] / README
diff --git a/README b/README
index 356a374..6c6754e 100644 (file)
--- a/README
+++ b/README
@@ -12,6 +12,11 @@ To install this module, run the following commands:
        make test
        make install
 
+Then, to make it active, add it to @Plugins in RT site configuration file
+(RT_SiteConfig.pm), example:
+
+    Set(@Plugins, qw(RT::Extension::WatchedQueues) );
+
 SUPPORT AND DOCUMENTATION
 
 You can find documentation for this module with the perldoc command.