Fix Plugins option example in doc (two many "()")
authorEmmanuel Lacour <elacour@home-dn.net>
Fri, 20 Nov 2009 22:20:59 +0000 (23:20 +0100)
committerEmmanuel Lacour <elacour@home-dn.net>
Fri, 20 Nov 2009 22:20:59 +0000 (23:20 +0100)
README

diff --git a/README b/README
index 32835bb..37701b8 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::MandatorySubject)));
+    Set(@Plugins,qw(RT::Extension::MandatorySubject) );
 
 SUPPORT AND DOCUMENTATION