Update configuration syntax to RT >= 4
authorEmmanuel Lacour <elacour@easter-eggs.com>
Mon, 4 Apr 2016 11:49:35 +0000 (13:49 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Mon, 4 Apr 2016 11:49:35 +0000 (13:49 +0200)
README

diff --git a/README b/README
index fa339bd..8211af2 100644 (file)
--- a/README
+++ b/README
@@ -12,10 +12,10 @@ 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:
+Then, to make it active, add it to RT site configuration file
+(RT_SiteConfig.pm), example for RT >= 4:
 
-    Set(@Plugins, qw(RT::Extension::Drafts) );
+    Plugin("RT::Extension::Drafts");
 
 SUPPORT AND DOCUMENTATION