Add missing fr translation for autosave feature
[manu/RT-Extension-Drafts.git] / README
diff --git a/README b/README
index fa339bd..000dbef 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
 
@@ -41,7 +41,7 @@ You can also look for information at:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2011 Emmanuel Lacour
+Copyright (C) 2011-2016 Emmanuel Lacour
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.