Update configuration syntax to RT >= 4
[manu/RT-Extension-Drafts.git] / 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