# HG changeset patch # User Kim Alvefur # Date 1548004682 -3600 # Node ID 7b97abf26612aaa6031c33ad9b5769d54b116897 # Parent 9b6206f231513f2a9b1258a499c7c823dab4aa68 mod_storage_xmlarchive/README: Change example to match Prosodys mod_mam archive2 is the mod_mam in community modules diff -r 9b6206f23151 -r 7b97abf26612 mod_storage_xmlarchive/README.markdown --- a/mod_storage_xmlarchive/README.markdown Sun Jan 20 00:02:08 2019 +0000 +++ b/mod_storage_xmlarchive/README.markdown Sun Jan 20 18:18:02 2019 +0100 @@ -24,7 +24,7 @@ ``` lua storage = { - archive2 = "xmlarchive" + archive = "xmlarchive" } ```