changeset 3300:65dd8ebbd82c

mod_profile: Update README file next to recent mod_pep changes
author Minami-o Le Sabreur <minami-o@biboumail.fr>
date Fri, 07 Sep 2018 20:25:07 -0400
parents 8424142d503c
children f69233c3e0c0
files mod_profile/README.markdown
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_profile/README.markdown	Thu Sep 06 18:11:46 2018 +0200
+++ b/mod_profile/README.markdown	Fri Sep 07 20:25:07 2018 -0400
@@ -19,8 +19,7 @@
 # Configuration
 
     modules_enabled = {
-        -- "pep";   -- These two modules must be removed
-        -- "vcard";
+        -- "vcard";  -- This module must be removed
 
         "profile";
     }
@@ -29,4 +28,5 @@
 
 Requires Prosody **trunk** as of 2014-05-29. Won't work in 0.10.x.
 
-It depends on the new [mod\_pep\_plus][doc:modules:mod_pep_plus] for PEP support.
+It depends on the trunk version of [mod\_pep][doc:modules:mod_pep] for PEP support, 
+previously known as [mod\_pep\_plus][doc:modules:mod_pep_plus].