Fix Plugins option example in doc (two many "()")
[manu/RT-Extension-MandatoryRequestor.git] / README
diff --git a/README b/README
index 5a4babc..f8a1eff 100644 (file)
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ To install this module, run the following commands:
 Then, to make it active, add it to @Plugins in RT site configuration file
 (RT_SiteConfig.pm), example:
 
-    Set(@Plugins,(qw(RT::Extension::MandatoryRequestor)));
+    Set(@Plugins, qw(RT::Extension::MandatoryRequestor) );
 
 SUPPORT AND DOCUMENTATION