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

diff --git a/README b/README
index 44e1a47..20afd96 100644 (file)
--- a/README
+++ b/README
@@ -17,7 +17,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::ToggleSuperUser)));
+    Set(@Plugins, qw(RT::Extension::ToggleSuperUser) );
 
 SUPPORT AND DOCUMENTATION