From: Emmanuel Lacour Date: Fri, 20 Nov 2009 22:23:56 +0000 (+0100) Subject: Fix Plugins option example in doc (two many "()") X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-WatchedQueues.git;a=commitdiff_plain;h=HEAD Fix Plugins option example in doc (two many "()") --- diff --git a/README b/README index dd8dfd1..6c6754e 100644 --- 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::WatchedQueues))); + Set(@Plugins, qw(RT::Extension::WatchedQueues) ); SUPPORT AND DOCUMENTATION